]> granicus.if.org Git - python/commitdiff
bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700)
authorMiro Hrončok <miro@hroncok.cz>
Thu, 5 Sep 2019 15:06:45 +0000 (17:06 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Sep 2019 15:06:45 +0000 (08:06 -0700)
https://bugs.python.org/issue36797

Doc/distutils/apiref.rst
Misc/NEWS.d/next/Documentation/2019-09-05-14-47-51.bpo-36797.KN9Ga5.rst [new file with mode: 0644]

index 937f19f57be95a988aaa1731193b3ca1cea5dcfd..a42d2d3559f2b27b962abe72716461dc92c118ff 100644 (file)
@@ -6,12 +6,12 @@ API Reference
 
 .. seealso::
 
-   `New and changed setup.py arguments in setuptools <setuptools-setup-py>`_
+   `New and changed setup.py arguments in setuptools`_
       The ``setuptools`` project adds new capabilities to the ``setup`` function
       and other APIs, makes the API consistent across different Python versions,
       and is hence recommended over using ``distutils`` directly.
 
-.. _setuptools-setup-py: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
+.. _New and changed setup.py arguments in setuptools: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
 
 .. include:: ./_setuptools_disclaimer.rst
 
diff --git a/Misc/NEWS.d/next/Documentation/2019-09-05-14-47-51.bpo-36797.KN9Ga5.rst b/Misc/NEWS.d/next/Documentation/2019-09-05-14-47-51.bpo-36797.KN9Ga5.rst
new file mode 100644 (file)
index 0000000..62a3c17
--- /dev/null
@@ -0,0 +1 @@
+Fix a dead link in the distutils API Reference.