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/base.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/base.html')
-rw-r--r-- | templates/base.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index bc3ada6a..c7b26a9e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,7 @@ <li id="anb-home"><a href="/" title="Arch news, packages, projects and more">Home</a></li> <li id="anb-packages"><a href="/packages/" title="Arch Package Database">Packages</a></li> <li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li> - <li id="anb-wiki"><a href="http://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> + <li id="anb-wiki"><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> <li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li> <li id="anb-aur"><a href="https://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li> <li id="anb-download"><a href="{% url page-download as pdl %}{{ pdl }}" title="Get Arch Linux">Download</a></li> @@ -33,14 +33,14 @@ {% if user.is_authenticated %} <ul> <li><a href="/devel/" title="Developer Dashboard">Dashboard</a></li> - <li><a href="http://wiki.archlinux.org/index.php/DeveloperWiki" + <li><a href="https://wiki.archlinux.org/index.php/DeveloperWiki" title="Developer HOWTOs and documentation">DevWiki</a></li> <li><a href="http://projects.archlinux.org/" title="Git Projects">Projects</a></li> <li><a href="{% url news-list as newsl %}{{ newsl }}" title="Manage news articles">News</a></li> <li><a href="/packages/signoffs/" title="Package signoffs">Signoffs</a></li> <li><a href="/todo/" title="Developer todo lists">Todos</a></li> <li><a href="/packages/differences/" title="Package architecture differences">Arch Differences</a></li> - <li><a href="http://www.archlinux.org/mailman/private/arch-dev/" + <li><a href="https://mailman.archlinux.org/mailman/private/arch-dev/" title="arch-dev mailing list archives">Archives</a></li> <li><a href="/mirrors/" title="Mirror server statistics">Mirrors</a></li> <li><a href="/devel/profile/" title="Modify your account profile">Profile</a></li> @@ -75,7 +75,7 @@ title="Contact Aaron Griffin">Aaron Griffin</a>.</p> <p>The Arch Linux name and logo are recognized - <a href="http://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy" + <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy" title="Arch Linux Trademark Policy">trademarks</a>. Some rights reserved.</p> <p>The registered trademark Linux® is used pursuant to a sublicense from LMI, |