diff options
author | Jakob Unterwurzacher | 2021-09-27 10:29:00 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-09-27 10:29:00 +0200 |
commit | 33554d3f7c24065200f79be65384e4444c6d6cd1 (patch) | |
tree | 2b9c308ec173502f21cfb929a4a75b87ee916f80 | |
parent | e5574cb1fdeaa3175db7a4ef225af3fdea421644 (diff) |
Add more direct links to cgit mirror
-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> |