Mr.doob 6 anni fa
parent
commit
f69d2f6de9
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      docs/index.html
  2. 1 1
      examples/index.html

+ 1 - 1
docs/index.html

@@ -18,7 +18,7 @@
 				<img id="expandButton" src="../files/ic_menu_black_24dp.svg">
 
 				<div id="sections">
-					<span class="selected">docs</span> <a href="../examples">examples</a>
+					<span class="selected">docs</span> <a href="../examples/">examples</a>
 				</div>
 
 				<input type="text" id="filter" autocorrect="off" autocapitalize="off" spellcheck="false">

+ 1 - 1
examples/index.html

@@ -40,7 +40,7 @@
 				<img id="expandButton" src="../files/ic_menu_black_24dp.svg">
 
 				<div id="sections">
-					<a href="../docs">docs</a> <span class="selected">examples</span>
+					<a href="../docs/">docs</a> <span class="selected">examples</span>
 				</div>
 
 				<input type="text" id="filter" autocorrect="off" autocapitalize="off" spellcheck="false"/>