]> granicus.if.org Git - python/commitdiff
Fix a bad link
authorBrett Cannon <brett@python.org>
Fri, 5 Dec 2014 23:11:05 +0000 (18:11 -0500)
committerBrett Cannon <brett@python.org>
Fri, 5 Dec 2014 23:11:05 +0000 (18:11 -0500)
Doc/howto/pyporting.rst

index d19142f2d051312ed54f37affcacb95d08cd1ea7..5ea6275b637fac390d752c9a9e89103d2dbed437 100644 (file)
@@ -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: