diff options
author | Robby <robby@chatbelgie.be> | 2018-11-10 15:15:05 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2018-11-10 15:15:05 +0100 |
commit | b279863acb9ae3ade833ea00bcb17f22001e20db (patch) | |
tree | ff8bf1c8e22fea335f85092f689154b66968a7fe /Config | |
parent | 9e7dadb9673b7b79c6307f5e859aa12c775e39ee (diff) |
Update most URLs to use HTTPS if available, and fix some dead ones too.
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ done cmake --version 2>&1 > /dev/null if [ $? -ne 0 ] ; then clear - echo "Anope requires CMake 2.4 or newer, which can be downloaded at http://cmake.org or through your system's package manager." + echo "Anope requires CMake 2.4 or newer, which can be downloaded at https://cmake.org/ or through your system's package manager." echo "If you have installed CMake already, ensure it is in your PATH environment variable." exit 0 fi |