diff --git a/index.php b/index.php
index bd8e61f92c8d009f8cf0e481c06ba144eba585bf..9f87c14973d87773a500332b5fba586a61632cc9 100644
--- a/index.php
+++ b/index.php
@@ -35,7 +35,7 @@ $allProject = $projects->getProjectBetween($start, $count);
 <body>
   <header>
     <!--I added this.-->
-    <a href="/index.html">Fellah</a>
+    <a href="/index.php">Fellah</a>
     <?php
     require_once './assets/templates/nav.php'
     ?>