diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 19:45:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 19:45:12 +0200 |
commit | 09aa27d261503ac189b6411efd4b1613ff5f00d6 (patch) | |
tree | 3da5db139b99f7ff867c4d562c5bd5d83178d5d3 /bin | |
parent | 64337e84f42de03d2d2474faf196a7f5981abaa0 (diff) | |
download | jenkins.debian.net-09aa27d261503ac189b6411efd4b1613ff5f00d6.tar.xz |
reproducible: fix another link
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 9e347681..a7bd37dd 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -393,7 +393,7 @@ create_main_stats_page() { # write suite builds age graphs write_page "</p><p style=\"clear:both;\">" for SUITE in $SUITES ; do - write_page " <a href=\"/$SUITE/$ARCH/\"><img src=\"/userContent/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>" + write_page " <a href=\"/$SUITE/\"><img src=\"/userContent/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>" done # write build performace stats write_page "<table class=\"main\"><tr><th colspan=\"2\">Build statistics</th></tr>" |