diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-28 19:16:16 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-28 19:16:16 -0500 |
commit | 736c40e85e5626ec44d97c56e856350853565cab (patch) | |
tree | 992e4dc2a56f60fdc045e06356c4c4256a2009f2 /templates/public/index.html | |
parent | e57747442a3c3a6286243a184f357d7af625a128 (diff) |
Convert a bunch of links to HTTPS
Now that the wiki is HTTPS for the most part, we should skip the redirects
and link directly. Also switch some www links for mailman resources to the
mailman subdomain.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index d593e922..c060449c 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -27,8 +27,8 @@ <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://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> + and <a href="http://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> if you want to learn more about Arch.</p> <p class="readmore"><a href="{% url page-about %}" @@ -96,11 +96,11 @@ <h4>Documentation</h4> <ul> - <li><a href="http://wiki.archlinux.org/" + <li><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> - <li><a href="http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide" + <li><a href="https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide" title="Official installation guide">Official Installation Guide</a></li> - <li><a href="http://wiki.archlinux.org/index.php/Beginners'_Guide" + <li><a href="https://wiki.archlinux.org/index.php/Beginners'_Guide" title="A good place to start for beginners">Unofficial Beginners' Guide</a></li> </ul> @@ -109,15 +109,15 @@ <ul> <li><a href="http://mailman.archlinux.org/mailman/listinfo/" title="Community and developer mailing lists">Mailing Lists</a></li> - <li><a href="http://wiki.archlinux.org/index.php/IRC_Channels" + <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/" title="Arch in the blogosphere">Planet Arch</a></li> <li><a href="http://rollingrelease.com/" title="Community online magazine">Rolling Release Ezine</a></li> - <li><a href="http://wiki.archlinux.org/index.php/International_Communities" + <li><a href="https://wiki.archlinux.org/index.php/International_Communities" title="Arch communities in your native language">International Communities</a></li> - <li><a href="http://wiki.archlinux.org/index.php/Related_Projects" + <li><a href="https://wiki.archlinux.org/index.php/Related_Projects" title="Projects that are in some way related to Arch Linux">Related Projects</a></li> </ul> @@ -159,7 +159,7 @@ title="View SVN entries for packages">SVN Repositories</a></li> <li><a href="http://projects.archlinux.org/" title="Official Arch projects (git)">Projects in Git</a></li> - <li><a href="http://wiki.archlinux.org/index.php/DeveloperWiki" + <li><a href="https://wiki.archlinux.org/index.php/DeveloperWiki" title="Developer Wiki articles">DeveloperWiki</a></li> <li><a href="/todolists/" title="Developer Todo Lists">Todo Lists</a></li> @@ -168,10 +168,10 @@ <h4>About</h4> <ul> - <li><a href="http://wiki.archlinux.org/index.php/ArchLinux:About" + <li><a href="https://wiki.archlinux.org/index.php/ArchLinux:About" title="Learn more about Arch Linux">About Arch</a></li> <li><a href="/download/" title="Get Arch Linux">Download Arch</a></li> - <li><a href="http://wiki.archlinux.org/index.php/Arch_Linux_Press_Review" + <li><a href="https://wiki.archlinux.org/index.php/Arch_Linux_Press_Review" title="Arch Linux in the media">Press Coverage</a></li> <li><a href="{% url page-art %}" title="Arch logos and other artwork for promotional use">Logos & Artwork</a></li> <li><a href="{% url news-list %}" title="News Archives">News Archives</a></li> |