[Python-checkins] r88349 - python/branches/py3k/Doc/howto/pyporting.rst

eric.araujo python-checkins at python.org
Sat Feb 5 17:03:12 CET 2011


Author: eric.araujo
Date: Sat Feb  5 17:03:12 2011
New Revision: 88349

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


Modified:
   python/branches/py3k/Doc/howto/pyporting.rst

Modified: python/branches/py3k/Doc/howto/pyporting.rst
==============================================================================
--- python/branches/py3k/Doc/howto/pyporting.rst	(original)
+++ python/branches/py3k/Doc/howto/pyporting.rst	Sat Feb  5 17:03:12 2011
@@ -15,7 +15,7 @@
    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


More information about the Python-checkins mailing list