diff options
author | Pedram Ashofteh Ardakani <pedramardakani@gmail.com> | 2020-04-28 12:07:46 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@gmail.com> | 2020-04-28 12:07:46 +0430 |
commit | e2d9fbffdb95790da50d1da3766af0cd74202105 (patch) | |
tree | 5fb61a4afee46634b4f0479c9dbeb30e6a1fa3ea /index.html | |
parent | 9848336bc37ff5992d244d3c9c4b8fdc800b2462 (diff) |
Fix internal URL
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -53,10 +53,10 @@ <label for="hamburger">☰</label> <input type="checkbox" id="hamburger"/> <div id="hamitems" class="button"> - <a href="https://maneage.org">Home</a> - <a href="https://git.maneage.org/project.git">Download</a> + <a href="index.html">Home</a> + <a href="about.html">About</a> + <a href="git/project.git">Git Repository</a> <a href="pdf/slides-intro.pdf">Tutorials</a> - <a href="https://maneage.org/about">About Maneage</a> </div> </nav> </header> @@ -65,7 +65,7 @@ <!-- Maneage logo --> <div class="banner"> <div> - <a href="https://maneage.org"> + <a href="index.html"> <img src="img/maneage-logo.svg" /></a> </div> <div> |