From e2d4c4ddecaada0b63eec2b743c197afbee4e293 Mon Sep 17 00:00:00 2001
From: Calvin Lee Heim III <frofroggy@gmail.com>
Date: Mon, 22 Nov 2021 05:42:18 -0800
Subject: [PATCH] Update install instructions to clone from git.gnunet.org
 domain

The previous instruction cloned from gnunet.org instead.
---
 template/install.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/install.html.j2 b/template/install.html.j2
index 588525a..a975124 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 %}
-- 
2.34.0

