summaryrefslogtreecommitdiff
path: root/docs/user_guide.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2018-04-13 08:08:51 -0400
committerDonald Stufft <donald@stufft.io>2018-04-16 15:54:11 -0400
commit275ab7c3f5083aff7a55d7b8977a83daf2857b18 (patch)
tree9f6f6495039bc449b1741caf8f8f77360af71d9e /docs/user_guide.rst
parent28f3ce6fe2144c213d253e4d0a27ad4334611419 (diff)
downloadpip-275ab7c3f5083aff7a55d7b8977a83daf2857b18.tar.gz
Switch pip to use Warehouse by default
Diffstat (limited to 'docs/user_guide.rst')
-rw-r--r--docs/user_guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide.rst b/docs/user_guide.rst
index 052a7cda1..2507cc496 100644
--- a/docs/user_guide.rst
+++ b/docs/user_guide.rst
@@ -46,7 +46,7 @@ Specifiers`
For more information and examples, see the :ref:`pip install` reference.
-.. _PyPI: http://pypi.python.org/pypi
+.. _PyPI: https://pypi.org/
.. _`Requirements Files`:
@@ -197,7 +197,7 @@ For the cases where wheels are not available, pip offers :ref:`pip wheel` as a
convenience, to build wheels for all your requirements and dependencies.
:ref:`pip wheel` requires the `wheel package
-<https://pypi.python.org/pypi/wheel>`_ to be installed, which provides the
+<https://pypi.org/project/wheel/>`_ to be installed, which provides the
"bdist_wheel" setuptools extension that it uses.
To build wheels for your requirements and all their dependencies to a local directory: