Skip to content

Commit 1bab44c

Browse files
authored
Merge pull request #965 from meowmeowmeowcat/patch-2
Fix broken links
2 parents 10fc46a + 33dbcf5 commit 1bab44c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

source/guides/index-mirrors-and-caches.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ cached copies of :term:`packages <Distribution Package>`:
3434
by downloading all the requirements for a project and then pointing pip at
3535
those downloaded files instead of going to PyPI.
3636
2. A variation on the above which pre-builds the installation files for
37-
the requirements using `python -m pip wheel
38-
<https://pip.readthedocs.io/en/latest/reference/pip_wheel.html>`_:
37+
the requirements using :ref:`python -m pip wheel <pip:pip wheel>`:
3938

4039
.. code-block:: bash
4140

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,7 @@ Use pip for Installing
298298

299299
:ref:`pip` is the recommended installer. Below, we'll cover the most common
300300
usage scenarios. For more detail, see the `pip docs <https://pip.pypa.io>`_,
301-
which includes a complete `Reference Guide
302-
<https://pip.pypa.io/en/latest/reference/index.html>`_.
301+
which includes a complete :doc:`Reference Guide <pip:cli/index>`.
303302

304303

305304
Installing from PyPI

0 commit comments

Comments
 (0)