We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6a89d commit cff5032Copy full SHA for cff5032
website/issues/extensions/local_replace.py
@@ -4,7 +4,7 @@
4
hg_url_base = r'http://sourceforge.net/p/roundup/code/ci/'
5
6
substitutions = [ (re.compile(r'debian:\#(?P<id>\d+)'),
7
- r'<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=\g<id>">debian#\g<id></a>' ),
+ r'<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=\g<id>">debian#\g<id></a>' ),
8
(re.compile(r'\#(?P<ws>\s*)(?P<id>\d+)'),
9
r"<a href='issue\g<id>'>#\g<ws>\g<id></a>" ),
10
(re.compile(r'(?P<prews>^|\s+)issue(?P<ws>\s*)(?P<id>\d+)'),
0 commit comments