From: Guus Sliepen Date: Thu, 3 Aug 2023 12:56:06 +0000 (+0000) Subject: git:// links no longer work, refer to the https:// one. X-Git-Url: https://tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=HEAD git:// links no longer work, refer to the https:// one. --- 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