diff options
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index f86daf05..613d8d6c 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -200,7 +200,7 @@ def write_html_page(title, body, destfile, suite=None, noheader=False, style_not suite_links = "" for i in SUITES: if i != suite: - suite_links += '<li><a href="' + i +'">suite: ' + i + '</a></li>' + suite_links += '<li><a href="/' + i +'">suite: ' + i + '</a></li>' html += html_head_page.substitute( page_title=title, count_total=count_total, |