aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-04-09 12:00:19 +0200
committerJakob Unterwurzacher2016-04-09 12:00:19 +0200
commit7fc5bcee2103ee48267efe2532802c6e3df903ae (patch)
treeb15d9af5b84287ca5fd972b932c27f8382fd99ba
parent8411f0a280f2a6a7af529992c83b493cfdea6776 (diff)
Add "Download Binaries" link
-rw-r--r--xreadthedocs/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/xreadthedocs/base.html b/xreadthedocs/base.html
index 23e45eb..2846ba9 100644
--- a/xreadthedocs/base.html
+++ b/xreadthedocs/base.html
@@ -56,6 +56,7 @@
{% for nav_item in nav %}
<li>{% include "toc.html" %}<li>
{% 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#readme">Man Page ➚</a></li>
</ul>