Commit 9c2ce254 authored by Alex Gaynor's avatar Alex Gaynor

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

Thanks to Ezio for noticing this
parent 5560b420
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment