diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:27:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:27:59 +0100 |
commit | 02e041ccef65e88ae6710e26f3c04f22438c6479 (patch) | |
tree | dddf7b55ce89fde4db98ec6bf2dc6a3384f9a2f3 /bin | |
parent | c2aaa7afbdf00a6d94c69d1d164392fe5ba67db4 (diff) | |
download | jenkins.debian.net-02e041ccef65e88ae6710e26f3c04f22438c6479.tar.xz |
reproducible: use / as URL base
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index fd409100..1e5c20a5 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -165,7 +165,7 @@ write_page_header() { done for i in $SUITES ; do if [ "$i" != "$SUITE" ] ; then - write_page "<li><a href=\"$i\">suite: $i</a></li>" + write_page "<li><a href=\"/$i\">suite: $i</a></li>" fi done write_page "</ul>" |