This is an automated email from the ASF dual-hosted git repository. gerben pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit aee8d7376df85f867dfc9be186e40abe310a3800 Author: Gerben <[email protected]> AuthorDate: Sat May 8 23:03:14 2021 +0200 Fix link to demo source code --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 0dd86da..8108f5b 100644 --- a/web/index.html +++ b/web/index.html @@ -59,7 +59,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/demo">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/master/web">on GitHub</a>)</p> <div class="columns full-width"> <div class="column">
