diff options
-rw-r--r-- | templates/packages/search.html | 2 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index df5c5791..9d86cedf 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -115,7 +115,7 @@ using different criteria, or try {% if search_form.q.data %} <a href="https://aur.archlinux.org/packages.php?K={{ search_form.q.data|urlencode }}">searching the AUR</a> - {% else %}searching the AUR{% endif %} + {% else %}searching the <a href="https://aur.archlinux.org/">AUR</a>{% endif %} to see if the package can be found there.</p> </div> {% endif %} diff --git a/templates/public/index.html b/templates/public/index.html index 32e25f98..0b97baf8 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -155,7 +155,7 @@ title="Get a custom mirrorlist from our database">Mirrorlist Updater</a></li> <li><a href="{% url 'mirror-status' %}" title="Check the status of all known mirrors">Mirror Status</a></li> - <li><a href="/packages/differences/" + <li><a href="{% url 'packages-differences' %}" title="See differences in packages between available architectures">Differences Reports</a> <img width="16" height="16" src="{% static "new.png" %}" alt="New"/></li> </ul> |