Use https:// URLs for the bug tracker in the :issue: role.
Thanks to Ezio for noticing this
This commit is contained in:
parent
5560b4208f
commit
9c2ce254bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue