Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 045de9c

Browse files
committed
ah yes, computers start counting at zero..
1 parent d86fe58 commit 045de9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/demo/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ <h2>The selector as JSON:</h2>
8484
</div>
8585
<p>Here are other selectors you can anchor in the text above:</p>
8686
<ul>
87-
<li><a href="#" data-run-example="1">An ambiguous selector (i.e. with multiple matches)</a>
87+
<li><a href="#" data-run-example="0">An ambiguous selector (i.e. with multiple matches)</a>
8888
<li>
89-
<a href="#" data-run-example="2">RangeSelector</a>
89+
<a href="#" data-run-example="1">RangeSelector</a>
9090
(<a href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#range-selector" target="_blank">spec</a>)
9191
<li>
92-
<a href="#" data-run-example="3">Refining a selector using another selector</a>
92+
<a href="#" data-run-example="2">Refining a selector using another selector</a>
9393
(<a href="https://www.w3.org/TR/2017/REC-annotation-model-20170223/#refinement-of-selection" target="blank">spec</a>)
94-
<li><a href="#" data-run-example="4">Any deeper nesting of the above</a>
94+
<li><a href="#" data-run-example="3">Any deeper nesting of the above</a>
9595
</ul>
9696
</main>
9797
</body>

0 commit comments

Comments
 (0)