aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-02 18:34:53 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-02 18:34:53 -0400
commit9551d30ebf4e6c735504c59673a90ea837e05345 (patch)
tree15d1efb4f5c071d8ab8c7b7f259a1b2a85bf7e38 /docs
parent573c2c86d4d4f506a87a1fc16060f32c1386ad38 (diff)
downloadexternal_python_setuptools-9551d30ebf4e6c735504c59673a90ea837e05345.tar.gz
external_python_setuptools-9551d30ebf4e6c735504c59673a90ea837e05345.tar.bz2
external_python_setuptools-9551d30ebf4e6c735504c59673a90ea837e05345.zip
Updated references to bootstrap module to use new bootstrap.pypa.io locations. Fixes #192.
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 734408ec..a793af53 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -15,7 +15,7 @@ including just a single `bootstrap module`_ (a 12K .py file), your package will
automatically download and install ``setuptools`` if the user is building your
package from source and doesn't have a suitable version already installed.
-.. _bootstrap module: https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
+.. _bootstrap module: https://bootstrap.pypa.io/ez_setup.py
Feature Highlights: