summaryrefslogtreecommitdiffstats
path: root/Doc/howto/pyporting.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-02-05 16:03:12 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-02-05 16:03:12 (GMT)
commit5405a0b3d352c0c106b92a86e963bde044bb1484 (patch)
tree71bb68d25a701647ec2609783b879552cc16bb40 /Doc/howto/pyporting.rst
parentbd866e972c1db654105a5204742eeff342a91719 (diff)
downloadcpython-5405a0b3d352c0c106b92a86e963bde044bb1484.zip
cpython-5405a0b3d352c0c106b92a86e963bde044bb1484.tar.gz
cpython-5405a0b3d352c0c106b92a86e963bde044bb1484.tar.bz2
Use an internal reference instead of hard-coded URI.
Diffstat (limited to 'Doc/howto/pyporting.rst')
-rw-r--r--Doc/howto/pyporting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index 0c7721c..b9e50c8 100644
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -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