summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index a29f2d5fd..371093bd5 100755
--- a/configure
+++ b/configure
@@ -3,7 +3,7 @@
# InspIRCd Configuration Script
#
# Copyright 2002-2009 The InspIRCd Development Team
-# http://www.inspircd.org/wiki/index.php/Credits
+# http://wiki.inspircd.org/Credits
#
# Licensed under GPL, please see the COPYING file
# for more information
@@ -997,7 +997,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://www.inspircd.org/wiki/Installation_From_Tarball\e[0m\n";
+ print "\e[1;32mhttp://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++")) {
@@ -1382,7 +1382,7 @@ sub write_dynamic_modules_makefile {
print FILEHANDLE <<EOF;
###################################################
# Copyright 2002-2009 The InspIRCd Development Team
-# http://www.inspircd.org/wiki/index.php/Credits
+# http://wiki.inspircd.org/Credits
#
# Thanks to Andrew Church <achurch\@achurch.org>
# for assisting with making this work right.