summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-07 07:15:41 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-07 07:15:41 -0400
commit26f0b85810a0abb5873735f18239dd00563112ec (patch)
tree4a800435c7b68bc0967582b7e4a89982f117b49a
parentcf0646cbfbdd5b5fe34f8e21e236357f277abae7 (diff)
downloadpython-setuptools-bitbucket-26f0b85810a0abb5873735f18239dd00563112ec.tar.gz
Update links to point to local documentation, not legacy docs.
-rw-r--r--docs/setuptools.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 6e9a6927..9cda7195 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -88,9 +88,9 @@ current stable version of setuptools. In particular, be sure to read the
section on `Custom Installation Locations`_ if you are installing anywhere
other than Python's ``site-packages`` directory.
-.. _EasyInstall Installation Instructions: http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions
+.. _EasyInstall Installation Instructions: easy_install.html#installation-instructions
-.. _Custom Installation Locations: http://peak.telecommunity.com/DevCenter/EasyInstall#custom-installation-locations
+.. _Custom Installation Locations: easy_install.html#custom-installation-locations
If you want the current in-development version of setuptools, you should first
install a stable version, and then run::