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 21:39:10 UTC

[accumulo] branch main updated: Update links to main branch 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.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f29f37  Update links to main branch in git
9f29f37 is described below

commit 9f29f37d87809ac6a86f185348c517a104b7dec6
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Mon Aug 10 17:38:38 2020 -0400

    Update links to main branch in git
---
 .../java/org/apache/accumulo/core/client/admin/TableOperations.java     | 2 +-
 .../org/apache/accumulo/core/iterators/user/IntersectingIterator.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
index 38f0ebf..866f4cc 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
@@ -204,7 +204,7 @@ public interface TableOperations {
    * 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
+   * See https://github.com/apache/accumulo-examples/blob/main/docs/export.md
    *
    * @param tableName
    *          Name of the table to export.
diff --git a/core/src/main/java/org/apache/accumulo/core/iterators/user/IntersectingIterator.java b/core/src/main/java/org/apache/accumulo/core/iterators/user/IntersectingIterator.java
index 989d1b9..a3afa4e 100644
--- a/core/src/main/java/org/apache/accumulo/core/iterators/user/IntersectingIterator.java
+++ b/core/src/main/java/org/apache/accumulo/core/iterators/user/IntersectingIterator.java
@@ -60,7 +60,7 @@ import org.apache.hadoop.io.Text;
  * {@link #init(SortedKeyValueIterator, Map, IteratorEnvironment)} method.
  *
  * An example of using the IntersectingIterator is available at
- * https://github.com/apache/accumulo-examples/blob/master/docs/shard.md
+ * https://github.com/apache/accumulo-examples/blob/main/docs/shard.md
  */
 public class IntersectingIterator implements SortedKeyValueIterator<Key,Value> {