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 045de9c0ea20dd5770f9a17e00c1c10894ea2d3c
Author: Gerben <[email protected]>
AuthorDate: Thu Apr 16 16:48:36 2020 +0200

    ah yes, computers start counting at zero..
---
 web/demo/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/demo/index.html b/web/demo/index.html
index 2c2a2e7..a74d369 100644
--- a/web/demo/index.html
+++ b/web/demo/index.html
@@ -84,14 +84,14 @@ under the License.
     </div>
     <p>Here are other selectors you can anchor in the text above:</p>
     <ul>
-      <li><a href="#" data-run-example="1">An ambiguous selector (i.e. with 
multiple matches)</a>
+      <li><a href="#" data-run-example="0">An ambiguous selector (i.e. with 
multiple matches)</a>
       <li>
-        <a href="#" data-run-example="2">RangeSelector</a>
+        <a href="#" data-run-example="1">RangeSelector</a>
         (<a 
href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#range-selector"; 
target="_blank">spec</a>)
       <li>
-        <a href="#" data-run-example="3">Refining a selector using another 
selector</a>
+        <a href="#" data-run-example="2">Refining a selector using another 
selector</a>
         (<a 
href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#refinement-of-selection";
 target="blank">spec</a>)
-      <li><a href="#" data-run-example="4">Any deeper nesting of the above</a>
+      <li><a href="#" data-run-example="3">Any deeper nesting of the above</a>
     </ul>
   </main>
 </body>

Reply via email to