make hg link secure

This commit is contained in:
Benjamin Peterson 2014-09-13 01:44:34 -04:00
parent d1d4fbff63
commit 7c8b89e156
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"""
ISSUE_URI = 'http://bugs.python.org/issue%s'
SOURCE_URI = 'http://hg.python.org/cpython/file/3.4/%s'
SOURCE_URI = 'https://hg.python.org/cpython/file/3.4/%s'
from docutils import nodes, utils