summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 8a4186d3..3dbe1592 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -196,7 +196,7 @@ def write_html_page(title, body, destfile, suite=None, noheader=False, style_not
if suite:
suite_links = '<li><a href="/' + suite +'">suite: ' + suite + '</a></li>'
if suite != 'experimental':
- pkgset_link = '<li><a href="/' + suite + 'amd64/index_pkg_sets.html">package sets stats</a></li>'
+ pkgset_link = '<li><a href="/' + suite + '/amd64/index_pkg_sets.html">package sets stats</a></li>'
else:
suite_links = ''