summaryrefslogtreecommitdiffstats
path: root/Doc
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)
commit873cad2f16d8f16e4aa71960dbb2a89fa508e535 (patch)
treef43094cbc2f6ff61a253cc74f4b8e85850797983 /Doc
parenta5ad9da50422a5ce2f80e05b816e74c0e004e247 (diff)
downloadcpython-873cad2f16d8f16e4aa71960dbb2a89fa508e535.zip
cpython-873cad2f16d8f16e4aa71960dbb2a89fa508e535.tar.gz
cpython-873cad2f16d8f16e4aa71960dbb2a89fa508e535.tar.bz2
link to modern PUG url
Diffstat (limited to 'Doc')
-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 1a6f04c..1f21e14 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 3b6ccba..48f2256 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
============