diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-07 07:15:41 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-07 07:15:41 -0400 |
commit | 7f2f3ad3ef977afd8973abd180390692e23c2e10 (patch) | |
tree | 79e81a2729e1dabc0abb30a4e6ae647eeda7df47 | |
parent | c0e1e72eade9a007bb1f22da0bab39befb5301c7 (diff) | |
download | external_python_setuptools-7f2f3ad3ef977afd8973abd180390692e23c2e10.tar.gz external_python_setuptools-7f2f3ad3ef977afd8973abd180390692e23c2e10.tar.bz2 external_python_setuptools-7f2f3ad3ef977afd8973abd180390692e23c2e10.zip |
Update links to point to local documentation, not legacy docs.
-rw-r--r-- | docs/setuptools.txt | 4 |
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:: |