[Python-checkins] cpython (merge 2.7 -> 2.7): merge heads

benjamin.peterson python-checkins at python.org
Sun Sep 27 11:08:49 CEST 2015


https://hg.python.org/cpython/rev/3c3f3e25fe77
changeset:   98319:3c3f3e25fe77
branch:      2.7
parent:      98313:5e83a76240f9
parent:      98309:6c66f88e994b
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Sep 27 02:08:04 2015 -0700
summary:
  merge heads

files:
  Doc/extending/index.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/extending/index.rst b/Doc/extending/index.rst
--- a/Doc/extending/index.rst
+++ b/Doc/extending/index.rst
@@ -26,8 +26,8 @@
    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::

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list