diff options
author | Brett Cannon <brett@python.org> | 2014-12-05 23:11:05 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2014-12-05 23:11:05 (GMT) |
commit | 17be09c4754e5618fc51535f1f6e68acb54d6e8d (patch) | |
tree | b037cdb26a122f2dee9c048f8472464ab1f26998 | |
parent | b757c83ec626442a8804b9417790443bf13b4fc8 (diff) | |
download | cpython-17be09c4754e5618fc51535f1f6e68acb54d6e8d.zip cpython-17be09c4754e5618fc51535f1f6e68acb54d6e8d.tar.gz cpython-17be09c4754e5618fc51535f1f6e68acb54d6e8d.tar.bz2 |
Fix a bad link
-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: |