diff options
-rw-r--r-- | gocryptfs-readthedocs/base.html | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gocryptfs-readthedocs/base.html b/gocryptfs-readthedocs/base.html index 0bf0c2e..472984c 100644 --- a/gocryptfs-readthedocs/base.html +++ b/gocryptfs-readthedocs/base.html @@ -84,18 +84,9 @@ {% endfor %} <li><a href="https://github.com/rfjakob/gocryptfs/releases">Download Binaries ➚</a></li> - <li> - <a href="https://github.com/rfjakob/gocryptfs#changelog">Changelog ➚</a> - (<a href="https://nuetzlich.net/cgit/gocryptfs/about/#changelog">Mirror ➚</a>) - </li> - <li> - <a href="https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE.md">Man Page ➚</a> - (<a href="https://nuetzlich.net/cgit/gocryptfs/about/Documentation/MANPAGE.md">Mirror ➚</a>) - </li> - <li> - <a href="https://github.com/rfjakob/gocryptfs/wiki">Wiki ➚</a> - (<a href="https://nuetzlich.net/cgit/gocryptfs.wiki/tree/">Mirror ➚</a>) - </li> + <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/wiki">Wiki ➚</a></li> </ul> {%- endblock %} </div> |