diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-24 13:48:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-24 13:48:08 +0200 |
commit | c14616556d576a95d8a89806f4964f098eee8038 (patch) | |
tree | 8848ac96e029203a5d24759b3916587a37dfe372 /bin | |
parent | bf13fe7604181287721d816a215bb6a9b7eae0c8 (diff) | |
download | jenkins.debian.net-c14616556d576a95d8a89806f4964f098eee8038.tar.xz |
reproducible: add another link to the documentation
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 8b0c3b9e..e7c985b7 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -633,7 +633,7 @@ create_main_stats_page() { write_page "</table>" # link to index_breakages write_page "</p><p style=\"clear:both;\">" - write_page "<br />There are <a href=\"$BASEURL/index_breakages.html\">some problems in this setup</a> too.</p>" + write_page "<br />There are <a href=\"$BASEURL/index_breakages.html\">some problems in this setup</a> too. And there is <a href=\"https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs</a>documentation too, in case you missed the link at the top. More feedback is always welcome!</p>" # the end write_page_footer publish_page |