Skip to content

Commit 33dbcf5

Browse files
committed
Use intersphinx references
1 parent 622d826 commit 33dbcf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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 :ref:`python -m pip wheel <pip wheel>`:
37+
the requirements using :ref:`python -m pip wheel <pip:pip wheel>`:
3838

3939
.. code-block:: bash
4040

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +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 :std:doc:`Reference Guide <cli/index>`.
301+
which includes a complete :doc:`Reference Guide <pip:cli/index>`.
302302

303303

304304
Installing from PyPI

0 commit comments

Comments
 (0)