aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/advisory.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/advisory.html')
-rw-r--r--tmpl/advisory.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/advisory.html b/tmpl/advisory.html
index f9a7e63..177933a 100644
--- a/tmpl/advisory.html
+++ b/tmpl/advisory.html
@@ -15,7 +15,7 @@
[% FOREACH rel IN adv.src.keys.sort %]
[% sep %]
[% SET sep = ', ' %]
- <a href="[% rel %].html">[% rel %]</a>
+ <a href="[% basename.rel(rel) %].html">[% rel %]</a>
[% END %]
<br />
@@ -25,7 +25,7 @@
[% FOREACH cve IN adv.CVE %]
[% sep %]
[% SET sep = ', ' %]
- <a href="[% cve %].html">[% cve %]</a>
+ <a href="[% basename.CVE(cve) %].html">[% cve %]</a>
[% END %]
[% END %]