diff options
Diffstat (limited to 'gocryptfs-readthedocs/base.html')
-rw-r--r-- | gocryptfs-readthedocs/base.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/gocryptfs-readthedocs/base.html b/gocryptfs-readthedocs/base.html index 472984c..0bf0c2e 100644 --- a/gocryptfs-readthedocs/base.html +++ b/gocryptfs-readthedocs/base.html @@ -84,9 +84,18 @@ {% 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></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> + <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> </ul> {%- endblock %} </div> |