From 5405a0b3d352c0c106b92a86e963bde044bb1484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sat, 5 Feb 2011 16:03:12 +0000 Subject: 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 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 -- cgit v0.12