Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5405a0b

Browse files
committed
Use an internal reference instead of hard-coded URI.
1 parent bd866e9 commit 5405a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/pyporting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Porting Python 2 Code to Python 3
1515
that strategy.
1616

1717
If you are looking to port an extension module instead of pure Python code,
18-
please see http://docs.python.org/py3k/howto/cporting.html .
18+
please see :ref:`cporting-howto`.
1919

2020

2121
Choosing a Strategy

0 commit comments

Comments
 (0)