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 | |
parent | da5d2fb008f6c0d425859c3e1f63942959a33493 (diff) |
Use HTTPS for links to AUR
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/feeds.html | 4 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/feeds.html b/templates/public/feeds.html index 3d457bb9..de86f7eb 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -55,8 +55,8 @@ </tbody> </table> - <p>A <a href="http://aur.archlinux.org/rss.php" class="rss" title="AUR newest packages feed">newest packages feed</a> - is also available from the <a href="http://aur.archlinux.org/" title="AUR Homepage">Arch User Repository (AUR)</a>.</p> + <p>A <a href="https://aur.archlinux.org/rss.php" class="rss" title="AUR newest packages feed">newest packages feed</a> + is also available from the <a href="https://aur.archlinux.org/" title="AUR Homepage">Arch User Repository (AUR)</a>.</p> <h3>Development Feeds</h3> 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> |