git:// links no longer work, refer to the https:// one.
[wiki] / examples / cross-compiling-64-bit-windows-binary.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