diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-07-19 17:02:28 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-19 19:03:26 +0200 |
commit | 05be87bb9ca9709b5231aa2087024fbcceab367d (patch) | |
tree | eb44edc68ab324944c775c1cc9ad52ab9e0d5144 /bin/templates/package_page.mustache | |
parent | 1d361f093a56f3f32a7e96c4cc6734cd373ae92b (diff) | |
download | jenkins.debian.net-05be87bb9ca9709b5231aa2087024fbcceab367d.tar.xz |
reproducible debian: pkg pages: fix url to index_notify
Diffstat (limited to 'bin/templates/package_page.mustache')
-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> |