[Python-checkins] cpython (merge 3.4 -> default): Add missing URL link to Modernize docs.

ned.deily python-checkins at python.org
Sat Jan 3 09:46:58 CET 2015


https://hg.python.org/cpython/rev/008b77138424
changeset:   94007:008b77138424
parent:      94004:0a095aa9b5d3
parent:      94006:f4c79656dfd5
user:        Ned Deily <nad at acm.org>
date:        Sat Jan 03 00:46:24 2015 -0800
summary:
  Add missing URL link to Modernize docs.

files:
  Doc/howto/pyporting.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -379,7 +379,7 @@
 .. _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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list