diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-22 23:24:00 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-22 23:24:00 -0500 |
commit | d0170b7fc90e31bd75c97d5c55de7b5dec29cf53 (patch) | |
tree | e9567befd6a4b45c461b1eedef6eef17e861b020 /templates/packages | |
parent | 47c95a2821d1fb926446d2379d4b2273af5482dc (diff) |
Update BBS and bugs links to use HTTPS
Since we only do HTTPS now on these services, no point in sending someone
through a useless redirect.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/flag.html | 2 | ||||
-rw-r--r-- | templates/packages/flaghelp.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html index b459819f..f08b758b 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -26,7 +26,7 @@ with your additional text.</p> <p><strong>Note:</strong> Please do <em>not</em> use this facility if the - package is broken! Use the <a href="http://bugs.archlinux.org" + package is broken! Use the <a href="https://bugs.archlinux.org" title="Arch Linux Bugtracker">bug tracker</a> instead.</p> <p>Please confirm your flag request for {{pkg.pkgname}}:</p> diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index d8ca643b..2b5092d2 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -30,7 +30,7 @@ with your additional text.</p> <p><strong>Note:</strong> Please do <em>not</em> use this facility if the - package is broken! Use the <a target="_blank" href="http://bugs.archlinux.org" + package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org" title="Arch Linux Bugtracker">bugtracker</a> instead.</p> </body> |