diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/packages/search.html | 2 | ||||
-rw-r--r-- | templates/public/feeds.html | 4 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index 71b3f87f..bc3ada6a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,7 @@ <li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li> <li id="anb-wiki"><a href="http://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> <li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li> - <li id="anb-aur"><a href="http://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li> + <li id="anb-aur"><a href="https://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li> <li id="anb-download"><a href="{% url page-download as pdl %}{{ pdl }}" title="Get Arch Linux">Download</a></li> </ul> </div> diff --git a/templates/packages/search.html b/templates/packages/search.html index 2aa82af1..38bd5664 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -146,7 +146,7 @@ <p>We couldn't find any packages matching your query. Try searching again using different criteria, or try {% if search_form.q.data %} - <a href="http://aur.archlinux.org/packages.php?K={{ search_form.q.data }}">searching the AUR</a> + <a href="https://aur.archlinux.org/packages.php?K={{ search_form.q.data }}">searching the AUR</a> {% else %}searching the AUR{% endif %} to see if the package can be found there.</p> </div> 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> |