diff options
author | Ned Deily <nad@acm.org> | 2015-01-03 08:45:25 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-01-03 08:45:25 (GMT) |
commit | b09ec90e9be3fff3706175b33acf515adb9e1713 (patch) | |
tree | 831a75018e9351141293590a767001440329fead | |
parent | fef9b6c13584148fcc33fe94be52e3c93d81c635 (diff) | |
download | cpython-b09ec90e9be3fff3706175b33acf515adb9e1713.zip cpython-b09ec90e9be3fff3706175b33acf515adb9e1713.tar.gz cpython-b09ec90e9be3fff3706175b33acf515adb9e1713.tar.bz2 |
Add missing URL link to Modernize docs.
-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 |