summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-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