summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)::