summaryrefslogtreecommitdiffstats
path: root/templates/public/index.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-03 21:55:27 +0200
committerDan McGee <dan@archlinux.org>2012-04-03 21:55:27 +0200
commitee2a587738f3e571f4e0e61153061ba6853475eb (patch)
tree2a51800c7a08a35ee1c3ce71f62f8a5d473ab95a /templates/public/index.html
parent51526a44ef0ab586c6b2204aa0989a669dcf99a2 (diff)
downloadarchweb-ee2a587738f3e571f4e0e61153061ba6853475eb.tar.gz
archweb-ee2a587738f3e571f4e0e61153061ba6853475eb.tar.xz
Use https:// links for all internal sites
We already use HTTPS exclusively for wiki, bugs, forums, etc. and we have it available for our other sites, so link only to the https:// protocol locations when pointing users at other sites. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 04c4795..de77b47 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -26,7 +26,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="https://bbs.archlinux.org/" title="Arch Forums">forums</a>
- and <a href="http://mailman.archlinux.org/mailman/listinfo/"
+ and <a href="https://mailman.archlinux.org/mailman/listinfo/"
title="Arch Mailing Lists">mailing lists</a>
to get your feet wet. Also glance through our <a href="https://wiki.archlinux.org/"
title="Arch Wiki">wiki</a>
@@ -126,11 +126,11 @@
<h4>Community</h4>
<ul>
- <li><a href="http://mailman.archlinux.org/mailman/listinfo/"
+ <li><a href="https://mailman.archlinux.org/mailman/listinfo/"
title="Community and developer mailing lists">Mailing Lists</a></li>
<li><a href="https://wiki.archlinux.org/index.php/IRC_Channels"
title="Official and regional IRC communities">IRC Channels</a></li>
- <li><a href="http://planet.archlinux.org/"
+ <li><a href="https://planet.archlinux.org/"
title="Arch in the blogosphere">Planet Arch</a></li>
<li><a href="https://wiki.archlinux.org/index.php/International_Communities"
title="Arch communities in your native language">International Communities</a></li>
@@ -163,7 +163,7 @@
<h4>Development</h4>
<ul>
- <li><a href="http://projects.archlinux.org/"
+ <li><a href="https://projects.archlinux.org/"
title="Official Arch projects (git)">Projects in Git</a></li>
<li><a href="{% url 'page-svn' %}"
title="View SVN entries for packages">SVN Repositories</a></li>