summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-05-02 20:04:55 -0400
committerDonald Stufft <donald@stufft.io>2014-05-02 20:04:55 -0400
commitc746d380432ed110d69332f20809ff58a90630e0 (patch)
treed926d1b5b9c195466a064dcb5829dabf84b9b8ba
parent94625d5fa1bf8c0a5a539317ccc603c8824cd677 (diff)
parent8d0741a0d2db48525f7446190ca56271dfba187d (diff)
downloadpip-c746d380432ed110d69332f20809ff58a90630e0.tar.gz
Merge pull request #1781 from dstufft/update-docs
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)::