diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-23 17:17:30 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-27 09:39:19 -0500 |
commit | 2ed3676f61af821e71a5c070e65419cd60906cb8 (patch) | |
tree | 4739e0929b5c266f2395648e288a277ce91e5b5e /templates/public/index.html | |
parent | e4b75dc124a53090b429bafbc3621c0e0a0f6247 (diff) |
Escape parameter to search AUR link
Addresses FS#25732.
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 c8b6def0..bea19e0f 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="https://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> |