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/index.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/index.html')
-rw-r--r-- | templates/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 3821d1f5..a9c7a85c 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> |