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/packages/search.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/packages/search.html')
-rw-r--r-- | templates/packages/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index 38bd5664..c3f70fa6 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -155,7 +155,7 @@ <div id="pkglist-about" class="box"> <p>You are browsing the Arch Linux package database. From here you can find detailed information about packages located in the official supported repositories. - For unsupported packages, browse the <a href="http://aur.archlinux.org/" + For unsupported packages, browse the <a href="https://aur.archlinux.org/" title="AUR package database">Arch User Repository (AUR).</a></p> </div> |