https://hg.python.org/cpython/rev/db6c9a5329f2 changeset: 93744:db6c9a5329f2 branch: 3.4 parent: 93740:853e3e115db4 user: Brett Cannon <brett at python.org> date: Fri Dec 05 18:11:05 2014 -0500 summary: Fix a bad link files: Doc/howto/pyporting.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -361,7 +361,7 @@ .. _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: -- Repository URL: https://hg.python.org/cpython