summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-12-05 23:11:15 (GMT)
committerBrett Cannon <brett@python.org>2014-12-05 23:11:15 (GMT)
commit9f7c7924c33750cd5e9e8b0f6a7d0d5788303a52 (patch)
tree9b3b8b0f799c41aa0eb33e19fbbff69d7a2705d1 /Doc/howto
parentcbc18f328c7b87cf57763da3c660897cc0c7886c (diff)
parent17be09c4754e5618fc51535f1f6e68acb54d6e8d (diff)
downloadcpython-9f7c7924c33750cd5e9e8b0f6a7d0d5788303a52.zip
cpython-9f7c7924c33750cd5e9e8b0f6a7d0d5788303a52.tar.gz
cpython-9f7c7924c33750cd5e9e8b0f6a7d0d5788303a52.tar.bz2
Merge with 3.4
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/pyporting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index d19142f..5ea6275 100644
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -361,7 +361,7 @@ supported by Python 2. You should also update the classifiers in your
.. _2to3: https://docs.python.org/3/library/2to3.html
-.. _caniusepython3:
+.. _caniusepython3: https://pypi.python.org/pypi/caniusepython3
.. _coverage.py: https://pypi.python.org/pypi/coverage
.. _Futurize: http://python-future.org/automatic_conversion.html
.. _Modernize: