summaryrefslogtreecommitdiffstats
path: root/Doc/extending
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-09-27 09:06:26 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-09-27 09:06:26 (GMT)
commit9fa7e2e5efeba88045a57a4a3982b29960f491b7 (patch)
tree6d10a2d764974dfcc1122ebff7eb62534b68291a /Doc/extending
parent4cdb054ba350e06804f3e0a2d9ee09550e1a9048 (diff)
downloadcpython-9fa7e2e5efeba88045a57a4a3982b29960f491b7.zip
cpython-9fa7e2e5efeba88045a57a4a3982b29960f491b7.tar.gz
cpython-9fa7e2e5efeba88045a57a4a3982b29960f491b7.tar.bz2
Fix broken link in Doc/extending/index.rst
Diffstat (limited to 'Doc/extending')
-rw-r--r--Doc/extending/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/extending/index.rst b/Doc/extending/index.rst
index 44a7f92..1ba5d5a 100644
--- a/Doc/extending/index.rst
+++ b/Doc/extending/index.rst
@@ -26,8 +26,8 @@ For a detailed description of the whole Python/C API, see the separate
This guide only covers the basic tools for creating extensions provided
as part of this version of CPython. Third party tools may offer simpler
alternatives. Refer to the `binary extensions section
- <https://python-packaging-user-guide.readthedocs.org/en/latest/extensions.html>`__
- in the Python Packaging User Guide for more information.
+ <https://packaging.python.org/en/latest/extensions/>`__ in the Python
+ Packaging User Guide for more information.
.. toctree::