From b012a3bd6e3a732bb7274b7d318694fcb3de8891 Mon Sep 17 00:00:00 2001
From: Guus Sliepen <guus@tinc-vpn.org>
Date: Thu, 3 Aug 2023 12:56:06 +0000
Subject: [PATCH] git:// links no longer work, refer to the https:// one.

---
 examples/cross-compiling-64-bit-windows-binary.mdwn | 2 +-
 examples/cross-compiling-windows-binary.mdwn        | 2 +-
 repository.mdwn                                     | 6 +-----
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/examples/cross-compiling-64-bit-windows-binary.mdwn b/examples/cross-compiling-64-bit-windows-binary.mdwn
index a16acd6..bb09af1 100644
--- a/examples/cross-compiling-64-bit-windows-binary.mdwn
+++ b/examples/cross-compiling-64-bit-windows-binary.mdwn
@@ -40,7 +40,7 @@ apt-get and wget to get the required libraries necessary for tinc, and use
 	mkdir $HOME/mingw64
 	cd $HOME/mingw64
 	apt-get source liblzo2-dev zlib1g-dev libssl-dev
-	git clone git://tinc-vpn.org/tinc
+	git clone https://tinc-vpn.org/git/tinc
 
 ### Making cross-compilation easy
 
diff --git a/examples/cross-compiling-windows-binary.mdwn b/examples/cross-compiling-windows-binary.mdwn
index 9908981..ace7b38 100644
--- a/examples/cross-compiling-windows-binary.mdwn
+++ b/examples/cross-compiling-windows-binary.mdwn
@@ -43,7 +43,7 @@ the latest development version of tinc.
 	mkdir $HOME/mingw
 	cd $HOME/mingw
 	apt-get source openssl liblzo2-dev zlib1g-dev
-	git clone git://tinc-vpn.org/tinc
+	git clone https://tinc-vpn.org/git/tinc
 
 ### Making cross-compilation easy
 
diff --git a/repository.mdwn b/repository.mdwn
index 8bbe331..76a966d 100644
--- a/repository.mdwn
+++ b/repository.mdwn
@@ -12,11 +12,7 @@ You can [browse the repository](/git/tinc/) online. However, to
 make real use of it you should have to have the git tools
 installed. If you do not have them, you can find them at
 [https://git-scm.com/](https://git-scm.com/).
-Then run either one of these commands:
-
-    git clone git://tinc-vpn.org/tinc
-
-or:
+Then run this command:
 
     git clone https://tinc-vpn.org/git/tinc
 
-- 
2.39.5