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/download.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/download.html')
-rw-r--r-- | templates/public/download.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index d4a33db3..8a1a902e 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -24,7 +24,7 @@ <ul> <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://mailman.archlinux.org/mailman/listinfo/arch-releng" title="Arch Linux Release Engineering mailing list">Mailing List</a></li> </ul> </li> @@ -35,7 +35,7 @@ <ul id="download-help"> <li><a href="http://www.archlinux.org/iso/{{ version }}/README" title="Official download instructions">Readme and Instructions</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">Arch Linux Install Guide</a></li> </ul> @@ -163,7 +163,7 @@ {% endcache %} <p>If you want to become an Official Arch Linux Mirror please follow the - instructions listed <a href="http://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors">here</a>.</p> + instructions listed <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:NewMirrors">here</a>.</p> </div> {% endblock %} |