You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/08/10 20:39:40 UTC

[accumulo-website] branch main updated: Update links to point to main branches in git

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 474a1e0  Update links to point to main branches in git
474a1e0 is described below

commit 474a1e08cb89a6a77a5169f575ec488e4b6f077e
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Mon Aug 10 16:38:47 2020 -0400

    Update links to point to main branches in git
---
 .asf.yaml                                                    |  2 +-
 .../apache/accumulo/core/client/admin/TableOperations.html   |  2 +-
 _docs-2/development/high_speed_ingest.md                     |  2 +-
 _docs-2/development/mapreduce.md                             | 10 +++++-----
 _docs-2/development/proxy.md                                 |  6 +++---
 _docs-2/development/sampling.md                              |  2 +-
 _docs-2/development/spark.md                                 |  6 +++---
 _docs-2/getting-started/clients.md                           |  6 +++---
 _docs-2/getting-started/quickstart.md                        |  3 +--
 _docs-2/getting-started/table_configuration.md               |  6 +++---
 _layouts/docs-2.html                                         |  4 ++--
 _posts/blog/2016-11-16-simpler-scripts-and-config.md         |  3 +--
 _posts/blog/2017-04-21-introducing-uno-and-muchos.md         |  3 +--
 _posts/blog/2019-04-24-using-spark-with-accumulo.md          |  2 +-
 _posts/blog/2019-08-12-why-upgrade.md                        |  2 +-
 contributor/contrib-projects.md                              |  2 +-
 contributor/verifying-release.md                             |  2 +-
 contributor/versioning.md                                    |  2 +-
 pages/how-to-contribute.md                                   | 12 ++++++------
 pages/related-projects.md                                    |  2 +-
 20 files changed, 38 insertions(+), 41 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d85c77d..8604f21 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,6 +19,6 @@ github:
     projects: true
 
 jekyll:
-  whoami: master
+  whoami: main
   target: asf-staging
 
diff --git a/_docs-2/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html b/_docs-2/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html
index 8bd3ae8..e530aa0 100644
--- a/_docs-2/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html
+++ b/_docs-2/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html
@@ -864,7 +864,7 @@ default&nbsp;void&nbsp;create&#8203;(<a href="https://docs.oracle.com/javase/8/d
  To avoid losing access to a table it can be cloned and the clone taken offline for export.
 
  <p>
- See https://github.com/apache/accumulo-examples/blob/master/docs/export.md</div>
+ See https://github.com/apache/accumulo-examples/blob/main/docs/export.md</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>tableName</code> - Name of the table to export.</dd>
diff --git a/_docs-2/development/high_speed_ingest.md b/_docs-2/development/high_speed_ingest.md
index 3147454..3bf35de 100644
--- a/_docs-2/development/high_speed_ingest.md
+++ b/_docs-2/development/high_speed_ingest.md
@@ -110,7 +110,7 @@ MapReduce job. Typically, a MapReduce job will process data that lives in HDFS
 and write mutations to Accumulo using [AccumuloOutputFormat]. For more information
 on how use to use MapReduce with Accumulo, see the [MapReduce documentation][mapred-docs].
 
-[bulk-example]: https://github.com/apache/accumulo-examples/blob/master/docs/bulkIngest.md
+[bulk-example]: https://github.com/apache/accumulo-examples/blob/main/docs/bulkIngest.md
 [AccumuloOutputFormat]: {% jurl org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat %}
 [AccumuloFileOutputFormat]: {% jurl org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat %}
 [mapred-docs]: {% durl development/mapreduce %}
diff --git a/_docs-2/development/mapreduce.md b/_docs-2/development/mapreduce.md
index c312183..b348b51 100644
--- a/_docs-2/development/mapreduce.md
+++ b/_docs-2/development/mapreduce.md
@@ -186,8 +186,8 @@ The [Accumulo Examples repo][examples-repo] has several MapReduce examples:
 [AccumuloOutputFormat]: {% jurl org.apache.accumulo.hadoop.mapreduce.AccumuloOutputFormat %}
 [AccumuloFileOutputFormat]: {% jurl org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat %}
 [examples-repo]: https://github.com/apache/accumulo-examples/
-[wordcount]: https://github.com/apache/accumulo-examples/blob/master/docs/wordcount.md
-[regex]: https://github.com/apache/accumulo-examples/blob/master/docs/regex.md
-[rowhash]: https://github.com/apache/accumulo-examples/blob/master/docs/rowhash.md
-[tablettofile]: https://github.com/apache/accumulo-examples/blob/master/docs/tablettofile.md
-[uniquecols]: https://github.com/apache/accumulo-examples/blob/master/docs/uniquecols.md
+[wordcount]: https://github.com/apache/accumulo-examples/blob/main/docs/wordcount.md
+[regex]: https://github.com/apache/accumulo-examples/blob/main/docs/regex.md
+[rowhash]: https://github.com/apache/accumulo-examples/blob/main/docs/rowhash.md
+[tablettofile]: https://github.com/apache/accumulo-examples/blob/main/docs/tablettofile.md
+[uniquecols]: https://github.com/apache/accumulo-examples/blob/main/docs/uniquecols.md
diff --git a/_docs-2/development/proxy.md b/_docs-2/development/proxy.md
index f663331..3be74e9 100644
--- a/_docs-2/development/proxy.md
+++ b/_docs-2/development/proxy.md
@@ -55,12 +55,12 @@ Users may want to write a [Java client] to the proxy to restrict access to the c
 
 [Accumulo Proxy]: https://github.com/apache/accumulo-proxy/
 [Uno]: https://github.com/apache/fluo-uno/
-[README.md]: https://github.com/apache/accumulo-proxy/blob/master/README.md
+[README.md]: https://github.com/apache/accumulo-proxy/blob/main/README.md
 [Java client]: https://github.com/apache/accumulo-proxy/docs/java_client.md
 [ruby client]: https://github.com/apache/accumulo-proxy/src/main/ruby/client.rb
 [pythoninstruct]: https://github.com/apache/accumulo-proxy/#create-an-accumulo-client-using-python
 [rubyinstruct]: https://github.com/apache/accumulo-proxy/#create-an-accumulo-client-using-ruby
-[basic client]: https://github.com/apache/accumulo-proxy/blob/master/src/main/python/basic_client.py
-[namespace client]: https://github.com/apache/accumulo-proxy/blob/master/src/main/python/namespace_client.py
+[basic client]: https://github.com/apache/accumulo-proxy/blob/main/src/main/python/basic_client.py
+[namespace client]: https://github.com/apache/accumulo-proxy/blob/main/src/main/python/namespace_client.py
 [AccumuloClient]: {% jurl org.apache.accumulo.core.client.AccumuloClient %}
 [tutorial]: https://thrift.apache.org/tutorial/
diff --git a/_docs-2/development/sampling.md b/_docs-2/development/sampling.md
index 4d586d3..e8ee4bf 100644
--- a/_docs-2/development/sampling.md
+++ b/_docs-2/development/sampling.md
@@ -70,7 +70,7 @@ When generating rfiles to bulk import into Accumulo, those rfiles can contain
 sample data.  To use this feature, look at the javadoc of `sampler()` in the `configure()`
 method of [AccumuloFileOutputFormat].
 
-[example]: https://github.com/apache/accumulo-examples/blob/master/docs/sample.md
+[example]: https://github.com/apache/accumulo-examples/blob/main/docs/sample.md
 [Sampler]: {% jurl org.apache.accumulo.core.client.sample.Sampler %}
 [sample-package]: {% jurl org.apache.accumulo.core.client.sample %}
 [skv-iterator]: {% jurl org.apache.accumulo.core.iterators.SortedKeyValueIterator %}
diff --git a/_docs-2/development/spark.md b/_docs-2/development/spark.md
index d19b76f..2cc6b6b 100644
--- a/_docs-2/development/spark.md
+++ b/_docs-2/development/spark.md
@@ -101,9 +101,9 @@ try (AccumuloClient client = Accumulo.newClient().from(props).build()) {
 
 [Apache Spark]: https://spark.apache.org/
 [MapReduce]: {% durl development/mapreduce %}
-[pom.xml]: https://github.com/apache/accumulo-examples/blob/master/pom.xml
-[Spark example]: https://github.com/apache/accumulo-examples/tree/master/spark
+[pom.xml]: https://github.com/apache/accumulo-examples/blob/main/pom.xml
+[Spark example]: https://github.com/apache/accumulo-examples/tree/main/spark
 [shaded jar]: https://maven.apache.org/plugins/maven-shade-plugin/index.html
 [AccumuloInputFormat]: {% jurl org.apache.accumulo.hadoop.mapreduce.AccumuloInputFormat %}
 [AccumuloFileOutputFormat]: {% jurl org.apache.accumulo.hadoop.mapreduce.AccumuloFileOutputFormat %}
-[AccumuloRangePartitioner]: https://github.com/apache/accumulo-examples/blob/master/spark/src/main/java/org/apache/accumulo/spark/CopyPlus5K.java#L44
+[AccumuloRangePartitioner]: https://github.com/apache/accumulo-examples/blob/main/spark/src/main/java/org/apache/accumulo/spark/CopyPlus5K.java#L44
diff --git a/_docs-2/getting-started/clients.md b/_docs-2/getting-started/clients.md
index ec769d0..f208bfb 100644
--- a/_docs-2/getting-started/clients.md
+++ b/_docs-2/getting-started/clients.md
@@ -374,9 +374,9 @@ This page covers Accumulo client basics.  Below are links to additional document
 [Iterators]: {% durl development/iterators %}
 [Proxy]: {% durl development/proxy %}
 [MapReduce]: {% durl development/mapreduce %}
-[batch]: https://github.com/apache/accumulo-examples/blob/master/docs/batch.md
-[reservations]: https://github.com/apache/accumulo-examples/blob/master/docs/reservations.md
-[isolation]: https://github.com/apache/accumulo-examples/blob/master/docs/isolation.md
+[batch]: https://github.com/apache/accumulo-examples/blob/main/docs/batch.md
+[reservations]: https://github.com/apache/accumulo-examples/blob/main/docs/reservations.md
+[isolation]: https://github.com/apache/accumulo-examples/blob/main/docs/isolation.md
 [accumulo-client.properties]: {% durl configuration/files#accumulo-clientproperties %}
 [table.durability]: {% purl table.durability %}
 [Authorizations]: {% jurl org.apache.accumulo.core.security.Authorizations %}
diff --git a/_docs-2/getting-started/quickstart.md b/_docs-2/getting-started/quickstart.md
index 4a7f064..dab4da0 100644
--- a/_docs-2/getting-started/quickstart.md
+++ b/_docs-2/getting-started/quickstart.md
@@ -202,7 +202,7 @@ When finished, use the following commands to stop Accumulo:
 
 [in-depth]: {% durl administration/in-depth-install %}
 [download]: https://accumulo.apache.org/downloads/
-[build]: https://github.com/apache/accumulo/blob/master/README.md#building
+[build]: https://github.com/apache/accumulo/blob/main/README.md#building
 [Zookeeper]: https://zookeeper.apache.org/
 [HDFS]: https://hadoop.apache.org/
 [pdcp]: https://code.google.com/p/pdsh/
@@ -212,7 +212,6 @@ When finished, use the following commands to stop Accumulo:
 [accumulo.properties]: {% durl configuration/files#accumuloproperties %}
 [accumulo-client.properties]: {% durl configuration/files#accumulo-clientproperties %}
 [gc]: {% durl configuration/files#gc %}
-[master]: {% durl configuration/files#gc %}
 [monitor]: {% durl configuration/files#monitor %}
 [masters]: {% durl configuration/files#masters %}
 [tservers]: {% durl configuration/files#tservers %}
diff --git a/_docs-2/getting-started/table_configuration.md b/_docs-2/getting-started/table_configuration.md
index 0d6b67c..09e384d 100644
--- a/_docs-2/getting-started/table_configuration.md
+++ b/_docs-2/getting-started/table_configuration.md
@@ -706,13 +706,13 @@ preserved.
     5;r srv:time []    M1343224500467
     5< srv:time []    M1343224500467
 
-[bloom-filter-example]: https://github.com/apache/accumulo-examples/blob/master/docs/bloom.md
+[bloom-filter-example]: https://github.com/apache/accumulo-examples/blob/main/docs/bloom.md
 [constraint]: {% jurl org.apache.accumulo.core.constraints.Constraint %}
-[constraints-example]: https://github.com/apache/accumulo-examples/blob/master/docs/constraints.md
+[constraints-example]: https://github.com/apache/accumulo-examples/blob/main/docs/constraints.md
 [iterators-user]: {% jurl org.apache.accumulo.core.iterators.user %}
 [option-describer]: {% jurl org.apache.accumulo.core.iterators.OptionDescriber %}
 [combiner]: {% jurl org.apache.accumulo.core.iterators.Combiner %}
-[combiner-example]: https://github.com/apache/accumulo-examples/blob/master/docs/combiner.md
+[combiner-example]: https://github.com/apache/accumulo-examples/blob/main/docs/combiner.md
 [filter]: {% jurl org.apache.accumulo.core.iterators.Filter %}
 [table.majc.compaction.strategy]: {% purl table.majc.compaction.strategy %}
 [server properties]: {% durl configuration/server-properties %}
diff --git a/_layouts/docs-2.html b/_layouts/docs-2.html
index 699cce5..5c10475 100644
--- a/_layouts/docs-2.html
+++ b/_layouts/docs-2.html
@@ -40,14 +40,14 @@ skiph1fortitle: true
 
     <div class="row">
       <div class="col-md-10"><h1>{{ page.title }}</h1></div>
-      <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/master/{{ page.path }}" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>
+      <div class="col-md-2"><a class="pull-right" style="margin-top: 25px;" href="https://github.com/apache/accumulo-website/edit/main/{{ page.path }}" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>
     </div>
 
     {{ content }}
 
     <div class="row" style="margin-top: 20px;">
       <div class="col-md-10"><strong>Find documentation for all releases in the <a href="{{ site.baseurl }}/docs-archive">archive</strong></div>
-      <div class="col-md-2"><a class="pull-right" href="https://github.com/apache/accumulo-website/edit/master/{{ page.path }}" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>
+      <div class="col-md-2"><a class="pull-right" href="https://github.com/apache/accumulo-website/edit/main/{{ page.path }}" role="button"><i class="glyphicon glyphicon-pencil"></i> <small>Edit this page</small></a></div>
     </div>  
   </div>
 </div>
diff --git a/_posts/blog/2016-11-16-simpler-scripts-and-config.md b/_posts/blog/2016-11-16-simpler-scripts-and-config.md
index 7a83349..d558f45 100644
--- a/_posts/blog/2016-11-16-simpler-scripts-and-config.md
+++ b/_posts/blog/2016-11-16-simpler-scripts-and-config.md
@@ -5,7 +5,7 @@ author: Mike Walch
 
 For the upcoming 2.0.0 release, Accumulo's scripts and configuration [were refactored][ACCUMULO-4490]
 to make Accumulo easier to use. While Accumulo's documentation (i.e. the user
-manual and [INSTALL.md]) were updated with any changes that were made, this blog post provides
+manual and INSTALL.md) were updated with any changes that were made, this blog post provides
 a summary of the changes.
 
 ### Fewer scripts
@@ -154,4 +154,3 @@ Commands:
 *This post was updated on March 24, 2017 to reflect changes to Accumulo 2.0*
 
 [ACCUMULO-4490]: https://issues.apache.org/jira/browse/ACCUMULO-4490
-[INSTALL.md]: https://github.com/apache/accumulo/blob/master/INSTALL.md
diff --git a/_posts/blog/2017-04-21-introducing-uno-and-muchos.md b/_posts/blog/2017-04-21-introducing-uno-and-muchos.md
index ff081be..373ba41 100644
--- a/_posts/blog/2017-04-21-introducing-uno-and-muchos.md
+++ b/_posts/blog/2017-04-21-introducing-uno-and-muchos.md
@@ -3,7 +3,7 @@ title: "Introducing Uno and Muchos"
 author: Mike Walch
 ---
 
-While [Accumulo's installation instructions][install] are simple, it can be time consuming to install Accumulo
+While Accumulo's installation instructions are simple, it can be time consuming to install Accumulo
 given its requirement on [Hadoop] and [Zookeeper] being installed and running. For a one-time production
 installation, this set up time (which can take up to an hour) is not much of an inconvenience. However, it can become a burden
 for developers who need to frequently set up Accumulo to test code changes, switch between different
@@ -93,7 +93,6 @@ Uno and Muchos automate installing Accumulo for development and testing. While n
 use at this time, Muchos is a great reference for running Accumulo in production. System administrators can
 reference the [Ansible] code in Muchos to automate management of their own clusters.
 
-[install]: https://github.com/apache/accumulo/blob/master/INSTALL.md
 [Hadoop]: https://hadoop.apache.org/
 [Zookeeper]: https://zookeeper.apache.org/
 [Uno]: https://github.com/apache/fluo-uno
diff --git a/_posts/blog/2019-04-24-using-spark-with-accumulo.md b/_posts/blog/2019-04-24-using-spark-with-accumulo.md
index 9206c71..07712f6 100644
--- a/_posts/blog/2019-04-24-using-spark-with-accumulo.md
+++ b/_posts/blog/2019-04-24-using-spark-with-accumulo.md
@@ -9,4 +9,4 @@ for using Spark with Accumulo.
 
 [Apache Spark]: https://spark.apache.org/
 [docs]: /docs/2.x/development/spark
-[Spark example]: https://github.com/apache/accumulo-examples/tree/master/spark
+[Spark example]: https://github.com/apache/accumulo-examples/tree/main/spark
diff --git a/_posts/blog/2019-08-12-why-upgrade.md b/_posts/blog/2019-08-12-why-upgrade.md
index d8b4b2e..d628de4 100644
--- a/_posts/blog/2019-08-12-why-upgrade.md
+++ b/_posts/blog/2019-08-12-why-upgrade.md
@@ -134,7 +134,7 @@ Checkout some examples in the [user guide][scans].
 [scripts]: https://accumulo.apache.org/blog/2016/11/16/simpler-scripts-and-config.html
 [summary]: {% durl /development/summaries %}
 [client]: {% jurl org.apache.accumulo.core.client.Accumulo %}
-[Key]: https://github.com/apache/accumulo/blob/master/core/src/test/java/org/apache/accumulo/core/data/KeyBuilderTest.java
+[Key]: https://github.com/apache/accumulo/blob/main/core/src/test/java/org/apache/accumulo/core/data/KeyBuilderTest.java
 [Mutation]: https://static.javadoc.io/org.apache.accumulo/accumulo-core/2.0.0/org/apache/accumulo/core/data/Mutation.html#at()
 [manual]: {% durl /getting-started/quickstart %}
 [search]: https://accumulo.apache.org/search/
diff --git a/contributor/contrib-projects.md b/contributor/contrib-projects.md
index d02b972..0bf3dea 100644
--- a/contributor/contrib-projects.md
+++ b/contributor/contrib-projects.md
@@ -74,7 +74,7 @@ codebase][examples-simple] and the related published documentation for versions
 [instamo-browse]: https://gitbox.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary
 [instamo-checkout]: https://gitbox.apache.org/repos/asf/accumulo-instamo-archetype.git
 [maven-proj]: https://maven.apache.org
-[wiki-readme]: https://github.com/apache/accumulo-wikisearch/blob/master/README.md
+[wiki-readme]: https://github.com/apache/accumulo-wikisearch/blob/main/README.md
 [wikisearch-browse]: https://gitbox.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary
 [wikisearch-checkout]: https://gitbox.apache.org/repos/asf/accumulo-wikisearch.git
 [bsp-alg]: https://hama.apache.org/hama_bsp_tutorial
diff --git a/contributor/verifying-release.md b/contributor/verifying-release.md
index b2adbdb..40e3304 100644
--- a/contributor/verifying-release.md
+++ b/contributor/verifying-release.md
@@ -129,4 +129,4 @@ own NOTICE file. The contents of the Apache Thrift NOTICE file should be include
 [examples]: https://github.com/apache/accumulo-examples
 [semver]: http://semver.org/spec/v2.0.0.html
 [at]: https://github.com/apache/accumulo-testing
-[at-readme]: https://github.com/apache/accumulo-testing/blob/master/README.md
+[at-readme]: https://github.com/apache/accumulo-testing/blob/main/README.md
diff --git a/contributor/versioning.md b/contributor/versioning.md
index 9f5c39d..89de0b9 100644
--- a/contributor/versioning.md
+++ b/contributor/versioning.md
@@ -66,5 +66,5 @@ preceding identifiers are equal. Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-al
 
 
 [1]: http://semver.org/spec/v2.0.0
-[2]: https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=README.md;hb=refs/heads/master
+[2]: https://gitbox.apache.org/repos/asf?p=accumulo.git;a=blob;f=README.md;hb=refs/heads/main
 [3]: https://creativecommons.org/licenses/by/3.0
diff --git a/pages/how-to-contribute.md b/pages/how-to-contribute.md
index 85e1916..3353678 100644
--- a/pages/how-to-contribute.md
+++ b/pages/how-to-contribute.md
@@ -68,22 +68,22 @@ For more information, see the [contributor guide](/contributors-guide/).
 [good-first-issue]: https://github.com/apache/accumulo/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
 [contact]: /contact-us/
 [a]: https://github.com/apache/accumulo
-[ac]: https://github.com/apache/accumulo/blob/master/CONTRIBUTING.md
+[ac]: https://github.com/apache/accumulo/blob/main/CONTRIBUTING.md
 [ai]: https://github.com/apache/accumulo/issues
 [w]: https://github.com/apache/accumulo-website
-[wc]: https://github.com/apache/accumulo-website/blob/master/CONTRIBUTING.md
+[wc]: https://github.com/apache/accumulo-website/blob/main/CONTRIBUTING.md
 [wi]: https://github.com/apache/accumulo-website/issues
 [e]: https://github.com/apache/accumulo-examples
-[ec]: https://github.com/apache/accumulo-examples/blob/master/CONTRIBUTING.md
+[ec]: https://github.com/apache/accumulo-examples/blob/main/CONTRIBUTING.md
 [ei]: https://github.com/apache/accumulo-examples/issues
 [t]: https://github.com/apache/accumulo-testing
-[tc]: https://github.com/apache/accumulo-testing/blob/master/CONTRIBUTING.md
+[tc]: https://github.com/apache/accumulo-testing/blob/main/CONTRIBUTING.md
 [ti]: https://github.com/apache/accumulo-testing/issues
 [d]: https://github.com/apache/accumulo-docker
-[dc]: https://github.com/apache/accumulo-docker/blob/master/CONTRIBUTING.md
+[dc]: https://github.com/apache/accumulo-docker/blob/main/CONTRIBUTING.md
 [di]: https://github.com/apache/accumulo-docker/issues
 [s]: https://github.com/apache/accumulo-wikisearch
-[sc]: https://github.com/apache/accumulo-wikisearch/blob/master/CONTRIBUTING.md
+[sc]: https://github.com/apache/accumulo-wikisearch/blob/main/CONTRIBUTING.md
 [si]: https://github.com/apache/accumulo-wikisearch/issues
 [p]: https://github.com/apache/accumulo-proxy
 [pi]: https://github.com/apache/accumulo-proxy/issues
diff --git a/pages/related-projects.md b/pages/related-projects.md
index f0daec9..ff0d009 100644
--- a/pages/related-projects.md
+++ b/pages/related-projects.md
@@ -9,7 +9,7 @@ by other users within the community. As such, we're happy to curate a list of pr
 them visibility to a larger audience. The following list is provided without endorsement.
 
 To request a new listing here, email the [developer's mailing list](mailto:dev@accumulo.apache.org)
-or [edit this page and create a pull request](https://github.com/apache/accumulo-website/edit/master/pages/related-projects.md).
+or [edit this page and create a pull request](https://github.com/apache/accumulo-website/edit/main/pages/related-projects.md).
 
 ## Open source projects using Accumulo