From d79d7c0c953eee95167b96b2caa2af286f296ff7 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Tue, 19 Jul 2016 13:20:45 -0400 Subject: reproducible debian: fix links to other archs on pkgset pages Signed-off-by: Holger Levsen --- bin/reproducible_html_pkg_sets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_pkg_sets.py') diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py index edcfb850..89652aa5 100755 --- a/bin/reproducible_html_pkg_sets.py +++ b/bin/reproducible_html_pkg_sets.py @@ -162,7 +162,7 @@ def gen_other_arch_context(archs, suite, pkgset_name): for arch in archs: context.append({ 'arch': arch, - 'link': "/".join([DEBIAN_BASE, suite, arch, page]) + 'link': "/".join(['/debian', suite, arch, page]) }) return context -- cgit v1.2.3-54-g00ecf