summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index c7553b37..7769796d 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -378,8 +378,8 @@ def index_issues(issues):
html = (tab*2).join(templ.splitlines(True))
for issue in sorted(issues, key=sort_issues):
html += tab*3 + '<tr>\n'
- html += tab*4 + '<td><a href="' + ISSUES_URI + '/' + issue + \
- '_issue.html">' + issue + '</a></td>\n'
+ html += tab*4 + '<td><a href="' + ISSUES_URI + '/' + defaultsuite + \
+ '/'+ issue + '_issue.html">' + issue + '</a></td>\n'
html += tab*4 + '<td>\n'
try:
html += tab*5 + '<b>' + str(len(issues_count[issue])) + '</b>:\n'