diff options
author | Daniel Shahaf <danielsh@apache.org> | 2016-12-23 14:46:45 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-23 16:02:23 +0100 |
commit | 88c916eb5d2e1bdda8437974b93693be5a887c54 (patch) | |
tree | 7ebf726fc9c891f07c3a43974c7c8252d1c626cb /mustache-templates | |
parent | af966cd68c7b21b818412a7be7a17e735544c78d (diff) | |
download | jenkins.debian.net-88c916eb5d2e1bdda8437974b93693be5a887c54.tar.xz |
reproducible Debian: Follow a 302 redirect.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates')
-rw-r--r-- | mustache-templates/reproducible/package_navigation.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mustache-templates/reproducible/package_navigation.mustache b/mustache-templates/reproducible/package_navigation.mustache index dd7654ac..31543043 100644 --- a/mustache-templates/reproducible/package_navigation.mustache +++ b/mustache-templates/reproducible/package_navigation.mustache @@ -29,7 +29,7 @@ {{{suitearch_section_html}}} <h4>General Package Details</h4> <li> - <a href="https://tracker.debian.org/{{package}}" title="Go to: Debian Package Tracking Site">PTS</a> + <a href="https://tracker.debian.org/pkg/{{package}}" title="Go to: Debian Package Tracking Site">PTS</a> <a href="https://bugs.debian.org/src:{{package}}" title="Go to: Debian Bug Tracking Site">BTS</a> </li> <li> |