diff options
-rw-r--r-- | bin/templates/package_page.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/templates/package_page.mustache b/bin/templates/package_page.mustache index c6505a6f..3261e417 100644 --- a/bin/templates/package_page.mustache +++ b/bin/templates/package_page.mustache @@ -2,7 +2,7 @@ <h2 class="package-name">{{package}}</h2> <ul class="menu"> <h3>Test Details - <a href="debian/index_notify.html" target="_parent"> + <a href="/debian/index_notify.html" target="_parent"> <span class="notification" title="Notifications for this package are enabled. Every reproducibility related status change will be emailed to the maintainers">{{notify_maintainer}}</span> </a> </h3> |