git:// links no longer work, refer to the https:// one. master
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 3 Aug 2023 12:56:06 +0000 (12:56 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 3 Aug 2023 12:56:06 +0000 (12:56 +0000)
examples/cross-compiling-64-bit-windows-binary.mdwn
examples/cross-compiling-windows-binary.mdwn
repository.mdwn

index a16acd6..bb09af1 100644 (file)
@@ -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
 
index 9908981..ace7b38 100644 (file)
@@ -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
 
index 8bbe331..76a966d 100644 (file)
@@ -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