From 17be09c4754e5618fc51535f1f6e68acb54d6e8d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 5 Dec 2014 18:11:05 -0500 Subject: [PATCH] Fix a bad link --- Doc/howto/pyporting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index d19142f2d05..5ea6275b637 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: