Skip to content

Commit f69d2f6

Browse files
committed
Fixed nav links.
1 parent b338c6f commit f69d2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1><a href="http://threejs.org">three.js</a></h1>
1818
<img id="expandButton" src="../files/ic_menu_black_24dp.svg">
1919

2020
<div id="sections">
21-
<span class="selected">docs</span> <a href="../examples">examples</a>
21+
<span class="selected">docs</span> <a href="../examples/">examples</a>
2222
</div>
2323

2424
<input type="text" id="filter" autocorrect="off" autocapitalize="off" spellcheck="false">

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1><a href="http://threejs.org">three.js</a></h1>
4040
<img id="expandButton" src="../files/ic_menu_black_24dp.svg">
4141

4242
<div id="sections">
43-
<a href="../docs">docs</a> <span class="selected">examples</span>
43+
<a href="../docs/">docs</a> <span class="selected">examples</span>
4444
</div>
4545

4646
<input type="text" id="filter" autocorrect="off" autocapitalize="off" spellcheck="false"/>

0 commit comments

Comments
 (0)