diff options
Diffstat (limited to 'Doc/howto/pyporting.rst')
-rw-r--r-- | Doc/howto/pyporting.rst | 2 |
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: |