diff --git a/wiki/pages/index.html b/wiki/pages/index.html
index df68f93cec9d8f9a643334a3011b6d2d53b086c8..eb4cbc415b5b2f45acbc7481df0a13a1c22e044b 100644
--- a/wiki/pages/index.html
+++ b/wiki/pages/index.html
@@ -10,31 +10,31 @@
 <nav class="navbar" id="navbar">
     <ul>
         <li>
-            <a href="#animation" class="dot active" data-scroll="animation">
+            <a class="dot active" data-scroll="animation">
                 <span>animation</span>
             </a>
         </li>
 
         <li>
-            <a href="#animation1" class="dot" data-scroll="animation1">
+            <a class="dot" data-scroll="animation1">
                 <span>animation1</span>
             </a>
         </li>
 
         <li>
-            <a href="#animation2" class="dot" data-scroll="animation2">
+            <a class="dot" data-scroll="animation2">
                 <span>animation2</span>
             </a>
         </li>
 
         <li>
-            <a href="#animation3" class="dot" data-scroll="animation3">
+            <a class="dot" data-scroll="animation3">
                 <span>animation3</span>
             </a>
         </li>
 
         <li>
-            <a href="#animation4" class="dot" data-scroll="animation4">
+            <a class="dot" data-scroll="animation4">
                 <span>animation4</span>
             </a>
         </li>
@@ -99,4 +99,4 @@
     </h1>
 </section>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}