Skip to content

Commit 5b19264

Browse files
committed
Reflect branch rename master→main
1 parent d5e92e3 commit 5b19264

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ node_js: node
44

55
before_deploy:
66
- git fetch --unshallow
7-
- git checkout master
7+
- git checkout main
88

99
deploy:
1010
provider: npm
1111
edge: true
1212
run_script: publish:ci
1313
on:
14-
branch: master
14+
branch: main

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [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)
1+
# [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)
22

33
Apache Annotator (incubating) provides libraries to enable annotation related
44
software, with an initial focus on identification of textual fragments in

web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1>Selector Demonstration</h1>
6161
<p>This page demonstrates Web Annotation
6262
<a href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#selectors" target="_blank">Selectors</a>,
6363
standardised JSON objects that describe a selection inside a document with sufficient information to find it back.</p>
64-
<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>
64+
<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>
6565

6666
<div class="columns full-width">
6767
<div class="column">

0 commit comments

Comments
 (0)