From 5405a0b3d352c0c106b92a86e963bde044bb1484 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sat, 5 Feb 2011 16:03:12 +0000 Subject: [PATCH] Use an internal reference instead of hard-coded URI. --- Doc/howto/pyporting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1