summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
-rw-r--r--README.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1bcf4b96a..67421114b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -189,7 +189,7 @@
it's internal HTTP cache which supplants the ``--download-cache`` the
existing options have been made non functional but will still be accepted
until their removal in pip v8.0. For more information please see
- https://pip.pypa.io/en/latest/reference/pip_install.html#caching
+ https://pip.pypa.io/en/stable/reference/pip_install.html#caching
* **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now
*NOT* deprecated. This reverses the deprecation that occurred in v1.5.3. See
diff --git a/README.rst b/README.rst
index 5a3dcd762..dca6c5967 100644
--- a/README.rst
+++ b/README.rst
@@ -5,9 +5,9 @@ The `PyPA recommended
<https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`_
tool for installing Python packages.
-* `Installation <https://pip.pypa.io/en/latest/installing.html>`_
+* `Installation <https://pip.pypa.io/en/stable/installing.html>`_
* `Documentation <https://pip.pypa.io/>`_
-* `Changelog <https://pip.pypa.io/en/latest/news.html>`_
+* `Changelog <https://pip.pypa.io/en/stable/news.html>`_
* `Github Page <https://github.com/pypa/pip>`_
* `Issue Tracking <https://github.com/pypa/pip/issues>`_
* `Mailing list <http://groups.google.com/group/python-virtualenv>`_