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

Skip to content

Commit 7c8b89e

Browse files
committed
make hg link secure
1 parent d1d4fbf commit 7c8b89e

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/3.4/%s'
13+
SOURCE_URI = 'https://hg.python.org/cpython/file/3.4/%s'
1414

1515
from docutils import nodes, utils
1616

0 commit comments

Comments
 (0)