diff options
author | Jakob Unterwurzacher | 2015-12-20 18:48:57 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-20 18:48:57 +0100 |
commit | 76e45d66289332e22833bcd316300c7c2d586eb2 (patch) | |
tree | 8120e87a8920a58a4ebddfa3de62b34006837d0f /xreadthedocs | |
parent | 976509a5f6c6f6231a4eee136f1fbd345656b805 (diff) |
Add anchor to manpage link
Diffstat (limited to 'xreadthedocs')
-rw-r--r-- | xreadthedocs/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |