summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-11-04 06:42:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-11-04 06:42:02 (GMT)
commitc2f01213ed5c616a37a87cdd9c682be4e3479e21 (patch)
tree6d8027f1fe86203de05fad038f98c59640c1caa0
parent8778c6b77e52d1ebc1925a0c221de062bec30edf (diff)
downloadcpython-c2f01213ed5c616a37a87cdd9c682be4e3479e21.zip
cpython-c2f01213ed5c616a37a87cdd9c682be4e3479e21.tar.gz
cpython-c2f01213ed5c616a37a87cdd9c682be4e3479e21.tar.bz2
link to modern PUG url
-rw-r--r--Doc/distutils/index.rst7
-rw-r--r--Doc/install/index.rst12
2 files changed, 9 insertions, 10 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst
index 90d1c1a..335f804 100644
--- a/Doc/distutils/index.rst
+++ b/Doc/distutils/index.rst
@@ -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.
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 2d83079..bd6e9c7 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -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
============