diff --git a/apps/stats/helpers.py b/apps/stats/helpers.py index 0d9009f1fa..9c2cee5d20 100644 --- a/apps/stats/helpers.py +++ b/apps/stats/helpers.py @@ -25,7 +25,7 @@ def report_menu(context, request, addon, report): 'children': [ { 'name': 'sources', - 'url': 'downloads/sources/', + 'url': '/downloads/sources/', 'title': _('by Source'), }, ]