GitHub dropped[1] support for .git protocol, so cloing with "git://"
will fail. Use "https://" instead.
[1]
https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Kashyap Chamarthy <kchamart(a)redhat.com>
---
website/index.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/index.html.in b/website/index.html.in
index 7453129d6..5644243c0 100644
--- a/website/index.html.in
+++ b/website/index.html.in
@@ -174,7 +174,7 @@ For testers:
<h2>Git repository</h2>
<pre>
-git clone <a
href="https://github.com/libguestfs/libguestfs">git://github...
+git clone <a
href="https://github.com/libguestfs/libguestfs">https://gith...
</pre>
</div>
--
2.35.1