diff options
author | ng0 <ng0@n0.is> | 2019-02-22 11:33:55 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-22 11:33:55 +0000 |
commit | 7594d289ed88be7482fa878dfe0864f2fc141208 (patch) | |
tree | 1e2df8b85b4f2565c8dae6a5eb00287b7b12ec21 | |
parent | 040bd258123e48afd3a767c8ecea375af8e3ff48 (diff) |
change url on gnurl page
-rw-r--r-- | template/gnurl.html.j2 | 4 |
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 @@ <p> {% trans %} You can get the Gnurl Git repository using: + <!-- + https://bugs.gnunet.org/view.php?id=5483 ! <code>git clone https://git.taler.net/gnurl.git</code> + --> + <code>git clone git://git.taler.net/gnurl.git</code> The versions are checked in as signed git tags. {% endtrans %} </p> |