diff options
author | Ned Deily <nad@acm.org> | 2015-01-03 08:46:24 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-01-03 08:46:24 (GMT) |
commit | 99f7249264f69bbf0ea4e14f14ba950d4a264397 (patch) | |
tree | 91ac32b104da17f1b1f3b66ca85781e644ee5ed1 /Doc/howto | |
parent | 84bcfb35da84e8f8dd701ad4c7268b456ab1895a (diff) | |
parent | 4592497f9df0f5f9fa249049c7a8aafef3776630 (diff) | |
download | cpython-99f7249264f69bbf0ea4e14f14ba950d4a264397.zip cpython-99f7249264f69bbf0ea4e14f14ba950d4a264397.tar.gz cpython-99f7249264f69bbf0ea4e14f14ba950d4a264397.tar.bz2 |
Add missing URL link to Modernize docs.
Diffstat (limited to 'Doc/howto')
-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 59c127e..bd80dfd 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -379,7 +379,7 @@ supported by Python 2. You should also update the classifiers in your .. _cheat sheet: http://python-future.org/compatible_idioms.html .. _coverage.py: https://pypi.python.org/pypi/coverage .. _Futurize: http://python-future.org/automatic_conversion.html -.. _Modernize: +.. _Modernize: http://python-modernize.readthedocs.org/en/latest/ .. _Porting to Python 3: http://python3porting.com/ .. _Pylint: https://pypi.python.org/pypi/pylint .. _Python 3 Q & A: http://ncoghlan-devs-python-notes.readthedocs.org/en/latest/python3/questions_and_answers.html |