summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-08-20 17:47:38 +0100
committerPeter Powell <petpow@saberuk.com>2017-10-15 12:23:10 +0100
commita5d110282a864fd2e91b51ce360a977cd0643657 (patch)
tree371cb0b164e7c3056ed67c7aff6c38ada19a8190 /configure
parent0337b92c158fa662f04056343affd59315da78db (diff)
Update wiki links to use HTTPS and point to the correct pages.
When we release 3.0 these links will break as they will point to the pages for 3.0 rather than 2.0.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8b9689b29..39968db6e 100755
--- a/configure
+++ b/configure
@@ -716,7 +716,7 @@ if (($config{USE_GNUTLS} eq "y") || ($config{USE_OPENSSL} eq "y")) {
print "Please note: for \e[1;32mSSL support\e[0m you will need to load required\n";
print "modules in your config. This configure script has added those modules to the\n";
print "build process. For more info, please refer to:\n";
- print "\e[1;32mhttp://wiki.inspircd.org/Installation_From_Tarball\e[0m\n";
+ print "\e[1;32mhttps://wiki.inspircd.org/Installation_From_Tarball\e[0m\n";
}
print "*** \e[1;32mRemember to edit your configuration files!!!\e[0m ***\n\n\n";
if (($config{OSNAME} eq "OpenBSD") && ($config{CC} ne "eg++")) {