summaryrefslogtreecommitdiffstats
path: root/Doc/howto/pyporting.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 08:00:30 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 08:00:30 (GMT)
commit728e4debd84e3fa345a6516e7fc0390ffc023ea8 (patch)
treef5f973c3e74b7137cb766b3b65a7df11a7066c61 /Doc/howto/pyporting.rst
parent5e722f698ec21a0c56d0267ba6c09bb12067a683 (diff)
downloadcpython-728e4debd84e3fa345a6516e7fc0390ffc023ea8.zip
cpython-728e4debd84e3fa345a6516e7fc0390ffc023ea8.tar.gz
cpython-728e4debd84e3fa345a6516e7fc0390ffc023ea8.tar.bz2
Fix external links to docs.python.org to use internal links instead.
Diffstat (limited to 'Doc/howto/pyporting.rst')
-rw-r--r--Doc/howto/pyporting.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index b997df7..0452733 100644
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -39,7 +39,9 @@ The Short Version
With that done, your options are:
-* If you are dropping Python 2 support, use 2to3_ to port to Python 3
+* If you are dropping Python 2 support, use :ref:`2to3 <2to3-reference>` to port
+ to Python 3
+
* If you are keeping Python 2 support, then start writing Python 2/3-compatible
code starting **TODAY**
@@ -601,8 +603,6 @@ If you feel there is something missing from this document that should be added,
please email the python-porting_ mailing list.
-
-.. _2to3: https://docs.python.org/2/library/2to3.html
.. _3to2: https://pypi.python.org/pypi/3to2
.. _Cheeseshop: PyPI_
.. _coverage: https://pypi.python.org/pypi/coverage