summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-07 07:23:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-07 07:23:37 -0400
commit6882ed6fc457d544fe62bd7ce61219bfff281610 (patch)
tree08b9d147650808e685bc43d6810c7226924b55f9 /docs/setuptools.txt
parentbb590e66c7f629da4f164a2dc8f391a95097f06b (diff)
downloadpython-setuptools-bitbucket-6882ed6fc457d544fe62bd7ce61219bfff281610.tar.gz
Updated more references to EasyInstall documentation.
Diffstat (limited to 'docs/setuptools.txt')
-rw-r--r--docs/setuptools.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index bd80b960..dfa9ecdd 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -20,7 +20,7 @@ package from source and doesn't have a suitable version already installed.
Feature Highlights:
* Automatically find/download/install/upgrade dependencies at build time using
- the `EasyInstall tool <http://peak.telecommunity.com/DevCenter/EasyInstall>`_,
+ the `EasyInstall tool <easy_install.html>`_,
which supports downloading via HTTP, FTP, Subversion, and SourceForge, and
automatically scans web pages linked from PyPI to find download links. (It's
the closest thing to CPAN currently available for Python.)
@@ -1947,7 +1947,7 @@ them in a ``[develop]`` section or on the command line.
============================================
This command runs the `EasyInstall tool
-<http://peak.telecommunity.com/DevCenter/EasyInstall>`_ for you. It is exactly
+<easy_install.html>`_ for you. It is exactly
equivalent to running the ``easy_install`` command. All command line arguments
following this command are consumed and not processed further by the distutils,
so this must be the last command listed on the command line. Please see