diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-21 19:06:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 19:06:05 (GMT) |
commit | 63e127f33d4088e28a470a1db98623d46e59a46a (patch) | |
tree | ef79775bb1ea666a9198c7ccd83e54459afaf64c /Doc/distutils | |
parent | f6d777ce3890a8ab8cee25dfeede51afb38df1d2 (diff) | |
download | cpython-63e127f33d4088e28a470a1db98623d46e59a46a.zip cpython-63e127f33d4088e28a470a1db98623d46e59a46a.tar.gz cpython-63e127f33d4088e28a470a1db98623d46e59a46a.tar.bz2 |
gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076)
(cherry picked from commit f62ff97f31a775cc7956adeae32c14e7c85bdc15)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 18a4aac..74c4814 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -11,7 +11,7 @@ API Reference and other APIs, makes the API consistent across different Python versions, and is hence recommended over using ``distutils`` directly. -.. _New and changed setup.py arguments in setuptools: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords +.. _New and changed setup.py arguments in setuptools: https://web.archive.org/web/20210614192516/https://setuptools.pypa.io/en/stable/userguide/keywords.html .. include:: ./_setuptools_disclaimer.rst |