diff --git a/src/templates/partials/header.html b/src/templates/partials/header.html
index 844df51..d1f1d1a 100644
--- a/src/templates/partials/header.html
+++ b/src/templates/partials/header.html
@@ -13,6 +13,6 @@
<a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/tools" class="nav-link">tools</a>
<a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/about" class="nav-link">more</a>
<a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/gaza" class="nav-link">gaza</a>
- <a class="hover:text-green-400 transition-colors duration-200 " href="https://git.pi66.xyz" class="nav-link">git</a>
+ <a class="hover:text-green-400 transition-colors duration-200 " href="/" class="nav-link">git</a>
</nav>
</header>
diff --git a/src/templates/partials/mobile-nav.html b/src/templates/partials/mobile-nav.html
index 059baf3..1f7326e 100644
--- a/src/templates/partials/mobile-nav.html
+++ b/src/templates/partials/mobile-nav.html
@@ -3,5 +3,5 @@
<a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/tools" class="nav-link">tools</a>
<a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/about" class="nav-link">more</a>
<a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/gaza" class="nav-link">gaza</a>
- <a class="hover:text-green-400 transition-colors duration-200 " href="https://git.pi66.xyz" class="nav-link">git</a>
+ <a class="hover:text-green-400 transition-colors duration-200 " href="/" class="nav-link">git</a>
</nav>