diff options
author | Thea <tkjeldsmark@gmail.com> | 2021-02-20 22:11:06 +0100 |
---|---|---|
committer | Thea <tkjeldsmark@gmail.com> | 2021-02-20 22:11:06 +0100 |
commit | 65f727e9a695947d8013c952b4defde6789e2ff7 (patch) | |
tree | 0b83af79ba84c45e67993e64edce635083badc2e | |
parent | ea9c5778539b73db8d366a7544d2d314cb85f1ed (diff) | |
download | python-setuptools-git-65f727e9a695947d8013c952b4defde6789e2ff7.tar.gz |
Use :doc: instead of direct link
-rw-r--r-- | docs/setuptools.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.rst b/docs/setuptools.rst index e6fa7a69..761fc722 100644 --- a/docs/setuptools.rst +++ b/docs/setuptools.rst @@ -54,7 +54,7 @@ Feature Highlights: Developer's Guide ----------------- -The developer's guide has been updated. See the `most recent version. <https://setuptools.readthedocs.io/en/latest/userguide/index.html>`_ +The developer's guide has been updated. See the :doc:`most recent version <index>`. |