Skip to content

Commit

Permalink
Use intersphinx reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan authored Jun 19, 2024
1 parent 01a03ce commit 4af7da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/specifications/binary-distribution-format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Wheel installation notionally consists of two phases:
destination path. Each subdirectory of ``distribution-1.0.data/``
is a key into a dict of destination directories, such as
``distribution-1.0.data/(purelib|platlib|headers|scripts|data)``.
These subdirectories are `installation paths defined by sysconfig
<https://docs.python.org/3/library/sysconfig.html#installation-paths>`_.
These subdirectories are :ref:`installation paths defined by sysconfig
<python:installation-paths>`_.
c. If applicable, update scripts starting with ``#!python`` to point
to the correct interpreter.
d. Update ``distribution-1.0.dist-info/RECORD`` with the installed
Expand Down

0 comments on commit 4af7da0

Please sign in to comment.