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