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 b6ba1675..fd727714 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -273,7 +273,7 @@ def _gen_links(suite, arch):
for i in SUITES: # suite links
if arch == 'armhf' and i != 'unstable':
continue
- html += '<li><a href="/' + i +'">suite: ' + i + '</a></li>'
+ html += '<li><a href="/' + i + 'index_suite_' + arch + '_stats.html">suite: ' + i + '</a></li>'
if arch == 'amd64':
html += '<li><a href="/unstable/index_suite_armhf_stats.html\">armhf</a></li>'
else: