]> granicus.if.org Git - python/commitdiff
Use https:// URLs for the bug tracker in the :issue: role.
authorAlex Gaynor <alex.gaynor@gmail.com>
Mon, 13 Oct 2014 19:58:03 +0000 (12:58 -0700)
committerAlex Gaynor <alex.gaynor@gmail.com>
Mon, 13 Oct 2014 19:58:03 +0000 (12:58 -0700)
Thanks to Ezio for noticing this

Doc/tools/pyspecific.py

index 8f0d090c54225e57276ff21fe08f294e623abfb2..169989180c0a00430931b3e737c927b7ca3e4612 100644 (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