summaryrefslogtreecommitdiff
path: root/install.js
diff options
context:
space:
mode:
authorsjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-03 17:14:32 +0000
committersjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-03 17:14:32 +0000
commit4a8bc79a068c4cd4a466598f3f0db55e804f0f12 (patch)
tree4ae2bd249f15183b97c62bb5622684261b74cc3c /install.js
parentb37da9de9ed99c29a611eaf829555b16803c38e9 (diff)
Update install.js with correct url for windows build help links.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1915 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'install.js')
-rw-r--r--install.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.js b/install.js
index 108e279f2..378f67a89 100644
--- a/install.js
+++ b/install.js
@@ -316,7 +316,7 @@ var buildPackages = [
if (!findCompiler()) {
WScript.Echo("\nERROR: No suitable build tools were found!");
WScript.Echo("Please ensure you have downloaded and installed a version of Visual C++ and/or PlatformSDK.\n");
- WScript.Echo("For more information on the tools needed to build Anope on Windows, see:\nhttp://windows.anope.org\n");
+ WScript.Echo("For more information on the tools needed to build Anope on Windows, see:\nhttp://anope.info/wiki/Windows#Compiling\n");
}
else {
WScript.Echo("\nBuild tools were found successfully!\n");
@@ -510,7 +510,7 @@ var buildPackages = [
if (noPSDK) {
WScript.Echo("Some of the build tools were detected on your computer, but the essential PlatformSDK components were missing.");
WScript.Echo("You will need to download the PlatformSDK from the URL below, ensuring that the Core Windows files, and Debugging Tools are installed.");
- WScript.Echo("For more details on installing the PlatformSDK, visit http://windows.anope.org\n");
+ WScript.Echo("For more details on installing the PlatformSDK, visit http://anope.info/wiki/Windows#Compiling\n");
WScript.Echo("PSDK: http://download.microsoft.com/download/a/5/f/a5f0d781-e201-4ab6-8c6a-9bb4efed1e1a/PSDK-x86.exe\n");
}
return false;