Use https:// URLs for the bug tracker in the :issue: role.

Thanks to Ezio for noticing this
This commit is contained in:
Alex Gaynor 2014-10-13 12:58:03 -07:00
parent 5560b4208f
commit 9c2ce254bb
1 changed files with 1 additions and 1 deletions

View File

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