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

Skip to content

Commit d6e857b

Browse files
committed
Point "source" links in the docs to the 3.3 versions in the repo.
1 parent a79b8dc commit d6e857b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/sphinxext/pyspecific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
ISSUE_URI = 'http://bugs.python.org/issue%s'
13-
SOURCE_URI = 'http://hg.python.org/cpython/file/default/%s'
13+
SOURCE_URI = 'http://hg.python.org/cpython/file/3.3/%s'
1414

1515
from docutils import nodes, utils
1616
from sphinx.util.nodes import split_explicit_title

0 commit comments

Comments
 (0)