summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-19 13:59:09 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-19 13:59:15 +0100
commit073a610f542d0d1669f3f310918b523b3aa87ecc (patch)
tree8108f6f8e7b6e2cfe46d082b996adc7a1eb52c1c
parent7b1db79b91d8aea21c1b976f746654e9f4ec1fa0 (diff)
downloadjenkins.debian.net-073a610f542d0d1669f3f310918b523b3aa87ecc.tar.xz
reproducible dashboard: simplefy link
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index a970ed41..f4f0a8bc 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -496,7 +496,7 @@ create_dashboard_page() {
write_page "</p><p style=\"clear:both;\">"
write_suite_table
for SUITE in unstable experimental ; do
- write_page " <a href=\"/$SUITE/index_suite_${ARCH}_stats.html\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
+ write_page " <a href=\"/$SUITE/$ARCH\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
# write performance stats and build per day graphs
write_page "<p style=\"clear:both;\">"