bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) · python/cpython@2c2b561

File tree

2 files changed

lines changed

  • Misc/NEWS.d/next/Documentation

2 files changed

lines changed

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
Original file line numberDiff line numberDiff line change

@@ -0,0 +1 @@

1+

Fix a dead link in the distutils API Reference.