diff options
| -rw-r--r-- | docs/userguide/quickstart.rst | 4 |
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. |
