link to modern PUG url

This commit is contained in:
Benjamin Peterson 2015-11-03 22:42:02 -08:00
parent 8778c6b77e
commit c2f01213ed
2 changed files with 9 additions and 10 deletions

View File

@ -15,10 +15,9 @@ very little overhead for build/release/install mechanics.
.. note:: .. note::
This guide only covers the basic tools for building and distributing This guide only covers the basic tools for building and distributing
extensions that are provided as part of this version of Python. Third extensions that are provided as part of this version of Python. Third party
party tools offer easier to use and more secure alternatives. Refer to the tools offer easier to use and more secure alternatives. Refer to the `quick
`quick recommendations section recommendations section <https://packaging.python.org/en/latest/current/>`__
<https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`__
in the Python Packaging User Guide for more information. in the Python Packaging User Guide for more information.

View File

@ -28,16 +28,16 @@ modules and extensions.
.. note:: .. note::
This guide only covers the basic tools for installing extensions that are This guide only covers the basic tools for building and distributing
provided as part of this version of Python. Third party tools offer easier extensions that are provided as part of this version of Python. Third party
to use and more secure alternatives. Refer to the tools offer easier to use and more secure alternatives. Refer to the `quick
`quick recommendations section recommendations section <https://packaging.python.org/en/latest/current/>`__
<https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`__
in the Python Packaging User Guide for more information. in the Python Packaging User Guide for more information.
.. _inst-intro: .. _inst-intro:
Introduction Introduction
============ ============