Use an internal reference instead of hard-coded URI.

This commit is contained in:
Éric Araujo 2011-02-05 16:03:12 +00:00
parent bd866e972c
commit 5405a0b3d3

View file

@ -15,7 +15,7 @@ Porting Python 2 Code to Python 3
that strategy. that strategy.
If you are looking to port an extension module instead of pure Python code, 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 Choosing a Strategy