diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-11-16 13:05:23 +0200 |
---|---|---|
committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-11-16 13:05:23 +0200 |
commit | a65c4326c788cd9f6a81eb1754029751500f7721 (patch) | |
tree | bb292cc4931e2e49fd681eebb9d350b7e178edea /docs/deprecated | |
parent | c65e3380b0a18c92a0fc2d2b770b17cfaaec054b (diff) | |
download | python-setuptools-git-a65c4326c788cd9f6a81eb1754029751500f7721.tar.gz |
Update setuptools.readthedocs.io to setuptools.pypa.io
Diffstat (limited to 'docs/deprecated')
-rw-r--r-- | docs/deprecated/distutils/_setuptools_disclaimer.rst | 2 | ||||
-rw-r--r-- | docs/deprecated/distutils/apiref.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/deprecated/distutils/_setuptools_disclaimer.rst b/docs/deprecated/distutils/_setuptools_disclaimer.rst index cc758583..628c2e4f 100644 --- a/docs/deprecated/distutils/_setuptools_disclaimer.rst +++ b/docs/deprecated/distutils/_setuptools_disclaimer.rst @@ -1,5 +1,5 @@ .. note:: This document is being retained solely until the ``setuptools`` documentation - at https://setuptools.readthedocs.io/en/latest/setuptools.html + at https://setuptools.pypa.io/en/latest/setuptools.html independently covers all of the relevant information currently included here. diff --git a/docs/deprecated/distutils/apiref.rst b/docs/deprecated/distutils/apiref.rst index f721fc16..f00ed74c 100644 --- a/docs/deprecated/distutils/apiref.rst +++ b/docs/deprecated/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://setuptools.pypa.io/en/latest/setuptools.html#new-and-changed-setup-keywords .. include:: ./_setuptools_disclaimer.rst |