diff options
author | Jakob Unterwurzacher | 2018-02-03 13:33:19 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-02-03 13:33:19 +0100 |
commit | 523e65c341e88720133da2b94f540387e0ff820e (patch) | |
tree | f5f8d99aa6869242729799c854692d8f32daf8d8 | |
parent | 653ed1c775f0d66fadb7a3890cb1dfd2f0285553 (diff) |
Switch man page link to rendered markdown
Looks a lot friendlier than the plain-text view.
-rw-r--r-- | gocryptfs-readthedocs/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocryptfs-readthedocs/base.html b/gocryptfs-readthedocs/base.html index 9b78345..18c14c7 100644 --- a/gocryptfs-readthedocs/base.html +++ b/gocryptfs-readthedocs/base.html @@ -85,7 +85,7 @@ <li><a href="https://github.com/rfjakob/gocryptfs/releases">Download Binaries ➚</a></li> <li><a href="https://github.com/rfjakob/gocryptfs#changelog">Changelog ➚</a></li> - <li><a href="https://raw.githubusercontent.com/rfjakob/gocryptfs/master/Documentation/MANPAGE.md">Man Page ➚</a></li> + <li><a href="https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE.md">Man Page ➚</a></li> </ul> {%- endblock %} |