From: Éric Araujo <merwok@netwok.org>
Date: Sat, 5 Feb 2011 16:03:12 +0000 (+0000)
Subject: Use an internal reference instead of hard-coded URI.
X-Git-Tag: v3.2rc3~44
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5405a0b3d352c0c106b92a86e963bde044bb1484;p=python

Use an internal reference instead of hard-coded URI.
---

diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index 0c7721cd69..b9e50c84cf 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