diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-10 10:14:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-10 10:14:57 +0100 |
commit | 9696926fc6afaf766dfcd269c3cbdb3abfffa583 (patch) | |
tree | feb3a764773bd8912f2fb3f1712303645b83094b | |
parent | 8f13acf226efede83f8c376837705420b947c7e9 (diff) | |
download | jenkins.debian.net-9696926fc6afaf766dfcd269c3cbdb3abfffa583.tar.xz |
reproducible: improve link titles at bottom of navigation menu of pkg pages
-rwxr-xr-x | bin/reproducible_html_packages.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index a7a92f08..017a33a9 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -46,9 +46,9 @@ ${suites_links} <ul class="reproducible-links"> Reproducible Builds projects links <li> - <a href="%s">Dashboard</a><br /> - <a href="https://wiki.debian.org/ReproducibleBuilds">Wiki</a><br /> - <a href="https://reproducible.debian.net/howto">HowTo</a><br /> + reproducible.debian.net - <a href="%s">Dashboard</a><br /> + Reproducible Debian - <a href="https://wiki.debian.org/ReproducibleBuilds">Wiki</a><br /> + Reproducible-builds.org - <a href="https://Reproducible-builds.org/docs/">HowTo</a><br /> <a href="https://Reproducible-builds.org">Reproducible-builds.org</a> </li> </ul> |