summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Lee Heim III <frofroggy@gmail.com>2021-11-22 05:42:18 -0800
committerChristian Grothoff <christian@grothoff.org>2021-12-14 18:02:25 +0100
commiteb3ce3af2125e02c31030f14cd44b7fcb425a1b4 (patch)
treeb489778a8ab6f3021d32e9a18f7433252f0edcdb
parent010019b44732e37b6ff5ed95d455c89fbab57665 (diff)
Update install instructions to clone from git.gnunet.org domain
The previous instruction cloned from gnunet.org instead.
-rw-r--r--template/install.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2
index 588525ac..a975124c 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -98,7 +98,7 @@ If you have any queries about the installation or the usage, please <a href="eng
{% endtrans %}
</p>
<code class="block">
- $ git clone https://gnunet.org/git/gnunet.git
+ $ git clone https://git.gnunet.org/git/gnunet.git
</code>
<p>
{% trans %}