diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-08-19 21:02:24 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-08-19 21:02:24 (GMT) |
commit | 8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9 (patch) | |
tree | 656295ca4246a000ec64c8055103abc51b2c9ce0 /doc | |
parent | f53bad4b0714adefa99a0063a1144c6b82bafed5 (diff) | |
download | SCons-8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9.zip SCons-8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9.tar.gz SCons-8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9.tar.bz2 |
Fix Bug #3020 - Download link in user guide broken. python setup.py install --version-lib broken. Now fixed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/build-install.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index 3e66172..b3814e7 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -289,7 +289,7 @@ Python 2.5.1 that makes installation extremely easy. Download the <filename>scons-&buildversion;.win32.exe</filename> file from the &SCons; download page at - <ulink url="http://www.scons.org/download.php">http://www.scons.org/download.php</ulink>. + <ulink url="http://scons.org/pages/download.html">http://scons.org/pages/download.html</ulink>. Then all you need to do is execute the file (usually by clicking on its icon in Windows Explorer). These will take you through a small |