diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-25 13:57:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-25 13:57:01 +0100 |
commit | d792cf66219287d992a83c21cc8e3d23bd0cb75b (patch) | |
tree | c13e65e2afd4426d91224eb17c3673c7bd8d3703 | |
parent | 1906d5f73fd35244558595d166c07f0270546700 (diff) | |
download | jenkins.debian.net-d792cf66219287d992a83c21cc8e3d23bd0cb75b.tar.xz |
reproducible dashboard: use same link targets as for other archs
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 4a90aa4d..a14f11b7 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -428,7 +428,7 @@ create_dashboard_page() { write_suite_table # write suite graphs for SUITE in $SUITES ; do - write_page " <a href=\"/$SUITE\"><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_page "</p>" write_meta_pkg_graphs_links |