summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-05-02 18:55:39 -0400
committerDonald Stufft <donald@stufft.io>2014-05-02 18:55:39 -0400
commit8d0741a0d2db48525f7446190ca56271dfba187d (patch)
tree910087018cea9a77b8ced836a9655bbe2e8129b5
parentb67c00e9b85c7a5920e11c94e9a644d49873612d (diff)
downloadpip-8d0741a0d2db48525f7446190ca56271dfba187d.tar.gz
Update documentation to point at the new bootstrap location
-rw-r--r--CHANGES.txt3
-rw-r--r--docs/installing.rst2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 49982f61e..c66f3e4d7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,9 @@ Changelog
* Fixes #1632. Uninstall issues on debianized pypy, specifically issues with
setuptools upgrades. (PR #1743)
+* Update documentation to point at https://bootstrap.pypa.io/get-pip.py for
+ bootstrapping pip.
+
1.5.4 (2014-02-21)
------------------
diff --git a/docs/installing.rst b/docs/installing.rst
index f8a5f8117..d2c7f0242 100644
--- a/docs/installing.rst
+++ b/docs/installing.rst
@@ -21,7 +21,7 @@ Install or Upgrade pip
----------------------
To install or upgrade pip, securely download `get-pip.py
-<https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_. [1]_
+<https://bootstrap.pypa.io/get-pip.py>`_. [1]_
Then run the following (which may require administrator access)::