aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-20 18:48:57 +0100
committerJakob Unterwurzacher2015-12-20 18:48:57 +0100
commit76e45d66289332e22833bcd316300c7c2d586eb2 (patch)
tree8120e87a8920a58a4ebddfa3de62b34006837d0f
parent976509a5f6c6f6231a4eee136f1fbd345656b805 (diff)
Add anchor to manpage link
-rw-r--r--.gitignore1
-rw-r--r--xreadthedocs/base.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c9490a5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/site
diff --git a/xreadthedocs/base.html b/xreadthedocs/base.html
index 82e9d49..4fe9033 100644
--- a/xreadthedocs/base.html
+++ b/xreadthedocs/base.html
@@ -57,7 +57,7 @@
<li>{% include "toc.html" %}<li>
{% endfor %}
<li><a href="https://github.com/rfjakob/gocryptfs#changelog">Changelog ➚</a></li>
- <li><a href="https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE.md">Man Page ➚</a></li>
+ <li><a href="https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE.md#readme">Man Page ➚</a></li>
</ul>
</div>
&nbsp;