Skip to content

Commit 4af7da0

Browse files
authored
Use intersphinx reference
1 parent 01a03ce commit 4af7da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/specifications/binary-distribution-format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Wheel installation notionally consists of two phases:
4343
destination path. Each subdirectory of ``distribution-1.0.data/``
4444
is a key into a dict of destination directories, such as
4545
``distribution-1.0.data/(purelib|platlib|headers|scripts|data)``.
46-
These subdirectories are `installation paths defined by sysconfig
47-
<https://docs.python.org/3/library/sysconfig.html#installation-paths>`_.
46+
These subdirectories are :ref:`installation paths defined by sysconfig
47+
<python:installation-paths>`_.
4848
c. If applicable, update scripts starting with ``#!python`` to point
4949
to the correct interpreter.
5050
d. Update ``distribution-1.0.dist-info/RECORD`` with the installed

0 commit comments

Comments
 (0)