Skip to content

Commit 5c432f6

Browse files
authored
Fix ref syntax and target name
1 parent 4af7da0 commit 5c432f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/specifications/binary-distribution-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Wheel installation notionally consists of two phases:
4444
is a key into a dict of destination directories, such as
4545
``distribution-1.0.data/(purelib|platlib|headers|scripts|data)``.
4646
These subdirectories are :ref:`installation paths defined by sysconfig
47-
<python:installation-paths>`_.
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)