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/feeds.html | |
parent | da5d2fb008f6c0d425859c3e1f63942959a33493 (diff) |
Use HTTPS for links to AUR
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/feeds.html')
-rw-r--r-- | templates/public/feeds.html | 4 |
1 files changed, 2 insertions, 2 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> |