aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-22 11:33:55 +0000
committerng0 <ng0@n0.is>2019-02-22 11:33:55 +0000
commit7594d289ed88be7482fa878dfe0864f2fc141208 (patch)
tree1e2df8b85b4f2565c8dae6a5eb00287b7b12ec21
parent040bd258123e48afd3a767c8ecea375af8e3ff48 (diff)
downloadwww-7594d289ed88be7482fa878dfe0864f2fc141208.tar.gz
www-7594d289ed88be7482fa878dfe0864f2fc141208.zip
change url on gnurl page
-rw-r--r--template/gnurl.html.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/template/gnurl.html.j2 b/template/gnurl.html.j2
index 5dfae696..9e8b0fc7 100644
--- a/template/gnurl.html.j2
+++ b/template/gnurl.html.j2
@@ -125,7 +125,11 @@
125 <p> 125 <p>
126 {% trans %} 126 {% trans %}
127 You can get the Gnurl Git repository using: 127 You can get the Gnurl Git repository using:
128 <!--
129 https://bugs.gnunet.org/view.php?id=5483 !
128 <code>git clone https://git.taler.net/gnurl.git</code> 130 <code>git clone https://git.taler.net/gnurl.git</code>
131 -->
132 <code>git clone git://git.taler.net/gnurl.git</code>
129 The versions are checked in as signed git tags. 133 The versions are checked in as signed git tags.
130 {% endtrans %} 134 {% endtrans %}
131 </p> 135 </p>