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/public/download.html | |
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/public/download.html')
-rw-r--r-- | templates/public/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index fac222f8..d4a33db3 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -22,9 +22,9 @@ <li><strong>Included Kernel:</strong> 2.6.33.4</li> <li><strong>Resources:</strong> <ul> - <li><a href="http://bugs.archlinux.org/index.php?project=6" + <li><a href="https://bugs.archlinux.org/index.php?project=6" title="Arch Linux Bugtracker:Release Engineering">Bug Tracker</a></li> - <li><a href="http://www.archlinux.org/mailman/listinfo/arch-releng" + <li><a href="http://www.archlinux.org/mailman/listinfo/arch-releng" title="Arch Linux Release Engineering mailing list">Mailing List</a></li> </ul> </li> |