patchupdate.py: Directly link to https urls on winehq.org.

This commit is contained in:
Sebastian Lackner
2014-10-31 15:15:13 +01:00
parent 3cf93b92fc
commit 9414a2da0a
2 changed files with 75 additions and 75 deletions

View File

@@ -545,7 +545,7 @@ def generate_markdown(all_patches, stable_patches, stable_compholio_version):
# if bugname is None: bugname = short_desc
if mode < 0: bugname = "~~%s~~" % bugname
if bugid is None: return "* %s" % bugname
return "* %s ([Wine Bug #%d](http://bugs.winehq.org/show_bug.cgi?id=%d))" % \
return "* %s ([Wine Bug #%d](https://bugs.winehq.org/show_bug.cgi?id=%d))" % \
(bugname, bugid, bugid) #, short_desc.replace("\\", "\\\\").replace("\"", "\\\""))
all_bugids = set()