diff options
Diffstat (limited to 'templates/public')
-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 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> |