summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2020-10-12 16:42:51 +0300
committerMarius Gedminas <marius@gedmin.as>2020-10-12 16:42:51 +0300
commitb66e45a90e82c9170cc48f21e4dac9d206193953 (patch)
tree1a3cf21c06d662f56f16e24986b6fb91058391a8 /docs
parentf516f011b0361a329304c3ed6dc611fc97053e2b (diff)
downloadpython-setuptools-git-b66e45a90e82c9170cc48f21e4dac9d206193953.tar.gz
Use the :pep: role instead of a manual link
Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/quickstart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index 3af6d566..a07afae7 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -21,8 +21,8 @@ the backend (build system) it wants to use. The distribution can then
be generated with whatever tools that provides a ``build sdist``-alike
functionality. While this may appear cumbersome, given the added pieces,
it in fact tremendously enhances the portability of your package. The
-change is driven under `PEP 517 <https://www.python.org/dev/peps/pep-0517/#
-build-requirements>`_. To learn more about Python packaging in general,
+change is driven under :pep:`PEP 517 <517#build-requirements>`_.
+To learn more about Python packaging in general,
navigate to the `bottom <Resources on python packaging>`_ of this page.