]> granicus.if.org Git - python/commitdiff
Use an internal reference instead of hard-coded URI.
authorÉric Araujo <merwok@netwok.org>
Sat, 5 Feb 2011 16:03:12 +0000 (16:03 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 5 Feb 2011 16:03:12 +0000 (16:03 +0000)
Doc/howto/pyporting.rst

index 0c7721cd6916c037a01b00a20dac732a33145979..b9e50c84cf3eee60082e7a613ba90c280c640ce7 100644 (file)
@@ -15,7 +15,7 @@ Porting Python 2 Code to Python 3
    that strategy.
 
    If you are looking to port an extension module instead of pure Python code,
-   please see http://docs.python.org/py3k/howto/cporting.html .
+   please see :ref:`cporting-howto`.
 
 
 Choosing a Strategy