diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index e71eb713..c9f5cba9 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -202,7 +202,7 @@ html_head_page = Template((tab*2).join((""" $link_pkgsets <li>Recently tested:<ul class="children"> <li><a href="/$suite/$arch/index_last_24h.html">packages tested in the last 24h</a></li> - <li><a href="/$suite/arch/index_last_48h.html">packages tested in the last 48h</a></li> + <li><a href="/$suite/$arch/index_last_48h.html">packages tested in the last 48h</a></li> </ul></li> <li><a href="/$suite/$arch/index_all_abc.html">all tested packages (sorted alphabetically)</a></li> </ul></li> |