diff options
Diffstat (limited to 'mustache-templates/reproducible/package_suitearch_details.mustache')
-rw-r--r-- | mustache-templates/reproducible/package_suitearch_details.mustache | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mustache-templates/reproducible/package_suitearch_details.mustache b/mustache-templates/reproducible/package_suitearch_details.mustache index ac74be56..90a760a7 100644 --- a/mustache-templates/reproducible/package_suitearch_details.mustache +++ b/mustache-templates/reproducible/package_suitearch_details.mustache @@ -8,13 +8,13 @@ {{#dbd}} <li> <div> - <a href="{{dbd_url}}" title="Show: formatted diffoscope results" target="main"> + <a href="{{dbd_page_uri}}" title="Show: formatted diffoscope results"> <img src="/static/diffoscope-logo.png" alt="diffoscope logo" /> differences </a> - {{#dbdtxt_url}} - <a href="{{dbdtxt_url}}" target="main">(txt)</a> - {{/dbdtxt_url}} + {{#dbdtxt_uri}} + <a href="{{dbdtxt_uri}}" target="main">(txt)</a> + {{/dbdtxt_uri}} </div> </li> {{/dbd}} |