aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-01 11:52:50 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-01 11:52:50 +0430
commitd8b965f0fc7ed6cbfdecdeaf5dcfe3f1774883b9 (patch)
treed79f32743eb86b58785893475e0820224492c337
parent34d17c03e6f97aed08d89b7fec02890fe935564c (diff)
Fix top navigation links
Make them identical. Just four items.
-rw-r--r--about.html2
-rwxr-xr-xindex.html1
-rw-r--r--tutorial.html2
3 files changed, 2 insertions, 3 deletions
diff --git a/about.html b/about.html
index 7835ccd..7cb4472 100644
--- a/about.html
+++ b/about.html
@@ -56,7 +56,7 @@
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="http://git.maneage.org/project.git/">&#10515; Git Repository</a>
- <a href="pdf/slides-intro.pdf">Tutorials</a>
+ <a href="tutorial.html">Tutorial</a>
</div>
</nav>
</header>
diff --git a/index.html b/index.html
index 67c74ba..4ec9bcd 100755
--- a/index.html
+++ b/index.html
@@ -57,7 +57,6 @@
<a href="about.html">About</a>
<a href="http://git.maneage.org/project.git/">&#10515; Git Repository</a>
<a href="tutorial.html">Tutorial</a>
- <a href="pdf/slides-intro.pdf">Slides</a>
</div>
</nav>
</header>
diff --git a/tutorial.html b/tutorial.html
index 8ffb173..e0f715f 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -56,7 +56,7 @@
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="http://git.maneage.org/project.git/">&#10515; Git Repository</a>
- <a href="pdf/slides-intro.pdf">Tutorials</a>
+ <a href="tutorial.html">Tutorial</a>
</div>
</nav>
</header>