]> granicus.if.org Git - python/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 90d1c1ab34f60d273d95c202ebf8697dfe12c02d..335f804d42f3ba062f8d186ce3853efca9646188 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 2d83079d4cf139e73ce09c2c43d844bf1d3e4b8a..bd6e9c7a4257ac71f84eeffcf691241bb26bc2b2 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
 ============