summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-03 00:10:35 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-03 00:10:35 +0100
commit9bc34f2bdfc0a7cbbfe47a0efa02b95568693e41 (patch)
tree5f7a54654b39e111202f9c0f89783455aabf8603 /bin/reproducible_common.py
parent09e203d06b8c56c0ef8158249d8c3685086b7a38 (diff)
downloadjenkins.debian.net-9bc34f2bdfc0a7cbbfe47a0efa02b95568693e41.tar.xz
reproducible: correct url
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index a68e9469..0ec40fbf 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -164,7 +164,7 @@ html_head_page = Template((tab*2).join("""
<li><a href="/index_pkg_sets.html">package sets stats</a></li>
<li><a href="index_suite_stats.html">sid stats</a></li>
<li><a href="/index_repo_stats.html">repositories overview</a></li>
- <li><a href="/reproducible_stats.html">reproducible stats</a></li>
+ <li><a href="/reproducible.html">reproducible stats</a></li>
</ul>
</header>""".splitlines(True)))