diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-28 19:04:56 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-28 19:04:56 -0500 |
commit | e57747442a3c3a6286243a184f357d7af625a128 (patch) | |
tree | 0dd3d50a4252c744ec9ed69dc4b75778b7a096f6 /templates/public/index.html | |
parent | da5d2fb008f6c0d425859c3e1f63942959a33493 (diff) |
Use HTTPS for links to AUR
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index ace7bd31..d593e922 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -20,7 +20,7 @@ <p>Currently we have official packages optimized for the i686 and x86-64 architectures. We complement our official package sets with a - <a href="http://aur.archlinux.org" title="Arch User Repository (AUR)"> + <a href="https://aur.archlinux.org" title="Arch User Repository (AUR)"> community-operated package repository</a> that grows in size and quality each and every day.</p> |