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
1 changed files with 1 additions and 1 deletions

View 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