aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Carpenter <git@dvn.me>2019-01-05 18:36:39 -0600
committerDevan Carpenter <git@dvn.me>2019-01-05 18:36:39 -0600
commitfedc77e37e154c79c9cfbd83a02ed53902cc9a81 (patch)
treef8ca9cee64f56579a6d96c2e42b50f317434fa1d
parent69351da70104de8167e7d4cf6b75eed683303c27 (diff)
downloadwww-fedc77e37e154c79c9cfbd83a02ed53902cc9a81.tar.gz
www-fedc77e37e154c79c9cfbd83a02ed53902cc9a81.zip
Make "Download" button go to gnunet.git
The download button was leading to the page with all of the repos under the GNUnet umbrella. For a download of GNUnet, it makes sense to go directly to the GNUnet core git. I also added an indication that this download button leads to a git repo, as is untypical for a "Download" link.
-rw-r--r--index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2
index 72de7480..a193dca1 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -28,9 +28,9 @@
28 {% endtrans %} 28 {% endtrans %}
29 </p> 29 </p>
30 <p> 30 <p>
31 <a class="btn btn-primary btn-lg" href="https://gnunet.org/git/"> 31 <a class="btn btn-primary btn-lg" href="https://gnunet.org/git/gnunet.git">
32 {% trans %} 32 {% trans %}
33 Download GNUnet 33 Download GNUnet (via Git)
34 {% endtrans %} 34 {% endtrans %}
35 </a> 35 </a>
36 <a class="btn btn-primary btn-lg" href="ev.html"> 36 <a class="btn btn-primary btn-lg" href="ev.html">