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

gerben pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b19264  Reflect branch rename master→main
5b19264 is described below

commit 5b19264a83490f56ba700fc94d54e6d151c30750
Author: Gerben <[email protected]>
AuthorDate: Tue Sep 7 22:52:28 2021 +0200

    Reflect branch rename master→main
---
 .travis.yml    | 4 ++--
 README.md      | 2 +-
 web/index.html | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bdcc041..bff13ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,11 @@ node_js: node
 
 before_deploy:
   - git fetch --unshallow
-  - git checkout master
+  - git checkout main
 
 deploy:
   provider: npm
   edge: true
   run_script: publish:ci
   on:
-    branch: master
+    branch: main
diff --git a/README.md b/README.md
index 039ad5b..2f6ba79 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [Apache Annotator](http://annotator.apache.org/) (incubating) [![Build 
Status](https://travis-ci.com/apache/incubator-annotator.svg?branch=master)](https://travis-ci.com/apache/incubator-annotator)
+# [Apache Annotator](http://annotator.apache.org/) (incubating) [![Build 
Status](https://travis-ci.com/apache/incubator-annotator.svg?branch=main)](https://travis-ci.com/apache/incubator-annotator)
 
 Apache Annotator (incubating) provides libraries to enable annotation related
 software, with an initial focus on identification of textual fragments in
diff --git a/web/index.html b/web/index.html
index 362872e..32395a3 100644
--- a/web/index.html
+++ b/web/index.html
@@ -61,7 +61,7 @@ under the License.
     <p>This page demonstrates Web Annotation
       <a 
href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#selectors"; 
target="_blank">Selectors</a>,
       standardised JSON objects that describe a selection inside a document 
with sufficient information to find it back.</p>
-      <p>This demo’s source code can be found <a 
href="https://gitbox.apache.org/repos/asf?p=incubator-annotator.git;a=tree;hb=HEAD;f=web";>in
 the project repo</a> (also mirrored <a 
href="https://github.com/apache/incubator-annotator/tree/master/web";>on 
GitHub</a>)</p>
+      <p>This demo’s source code can be found <a 
href="https://gitbox.apache.org/repos/asf?p=incubator-annotator.git;a=tree;hb=HEAD;f=web";>in
 the project repo</a> (also mirrored <a 
href="https://github.com/apache/incubator-annotator/tree/main/web";>on 
GitHub</a>)</p>
 
     <div class="columns full-width">
       <div class="column">

Reply via email to