summaryrefslogtreecommitdiffstats
path: root/templates/public/index.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-09-23 06:24:00 +0200
committerDan McGee <dan@archlinux.org>2010-09-23 06:24:00 +0200
commitd0170b7fc90e31bd75c97d5c55de7b5dec29cf53 (patch)
treee9567befd6a4b45c461b1eedef6eef17e861b020 /templates/public/index.html
parent47c95a2821d1fb926446d2379d4b2273af5482dc (diff)
downloadarchweb-d0170b7fc90e31bd75c97d5c55de7b5dec29cf53.tar.gz
archweb-d0170b7fc90e31bd75c97d5c55de7b5dec29cf53.tar.xz
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/index.html')
-rw-r--r--templates/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 3821d1f..a9c7a85 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -25,7 +25,7 @@
<p>Our strong community is diverse and helpful, and we pride ourselves
on the range of skillsets and uses for Arch that stem from it. Please
- check out our <a href="http://bbs.archlinux.org" title="Arch Forums">forums</a>
+ check out our <a href="https://bbs.archlinux.org" title="Arch Forums">forums</a>
and <a href="http://www.archlinux.org/mailman/listinfo/" title="Arch Mailing Lists">mailing lists</a>
to get your feet wet. Also glance through our <a href="http://wiki.archlinux.org" title="Arch Wiki">wiki</a>
if you want to learn more about Arch.</p>
@@ -150,7 +150,7 @@
title="View/search the package repository database">Packages</a></li>
<li><a href="/groups/"
title="View the available package groups">Package Groups</a></li>
- <li><a href="http://bugs.archlinux.org/"
+ <li><a href="https://bugs.archlinux.org/"
title="Report/track bugs or make feature requests">Bug Tracker</a></li>
<li><a href="{% url page-svn %}"
title="View SVN entries for packages">SVN Repositories</a></li>