Skip to content

Commit 2c2b561

Browse files
hroncokmiss-islington
authored andcommitted
bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700)
https://bugs.python.org/issue36797
1 parent 50254ac commit 2c2b561

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Doc/distutils/apiref.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ API Reference
66

77
.. seealso::
88

9-
`New and changed setup.py arguments in setuptools <setuptools-setup-py>`_
9+
`New and changed setup.py arguments in setuptools`_
1010
The ``setuptools`` project adds new capabilities to the ``setup`` function
1111
and other APIs, makes the API consistent across different Python versions,
1212
and is hence recommended over using ``distutils`` directly.
1313

14-
.. _setuptools-setup-py: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
14+
.. _New and changed setup.py arguments in setuptools: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
1515

1616
.. include:: ./_setuptools_disclaimer.rst
1717

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a dead link in the distutils API Reference.

0 commit comments

Comments
 (0)