]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
link to modern PUG url
authorBenjamin Peterson <benjamin@python.org>
Wed, 4 Nov 2015 06:42:02 +0000 (22:42 -0800)
committerBenjamin Peterson <benjamin@python.org>
Wed, 4 Nov 2015 06:42:02 +0000 (22:42 -0800)
Doc/distutils/index.rst
Doc/install/index.rst

index 1a6f04c87af8a2216d850f057de3425ef43e148a..1f21e14be5e672fc1c3a71f0ffd52f44bd190e10 100644 (file)
@@ -15,10 +15,9 @@ very little overhead for build/release/install mechanics.
 .. note::
 
    This guide only covers the basic tools for building and distributing
-   extensions that are provided as part of this version of Python. Third
-   party tools offer easier to use and more secure alternatives. Refer to the
-   `quick recommendations section
-   <https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`__
+   extensions that are provided as part of this version of Python. Third party
+   tools offer easier to use and more secure alternatives. Refer to the `quick
+   recommendations section <https://packaging.python.org/en/latest/current/>`__
    in the Python Packaging User Guide for more information.
 
 
index 3b6ccba71e91dbf17d87326fce81379ed07994c7..48f22566f50c258b1994dc7aa3dea4e6022395a4 100644 (file)
@@ -27,17 +27,17 @@ modules and extensions.
 
 
 .. note::
-
-   This guide only covers the basic tools for installing extensions that are
-   provided as part of this version of Python. Third party tools offer easier
-   to use and more secure alternatives. Refer to the
-   `quick recommendations section
-   <https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`__
+   
+   This guide only covers the basic tools for building and distributing
+   extensions that are provided as part of this version of Python. Third party
+   tools offer easier to use and more secure alternatives. Refer to the `quick
+   recommendations section <https://packaging.python.org/en/latest/current/>`__
    in the Python Packaging User Guide for more information.
 
 
 .. _inst-intro:
 
+
 Introduction
 ============