Fix link in errata notices
PR: 253109 Submitted by: dennis.r.friedrichsen(at)gmail.com
This commit is contained in:
parent
354915f83a
commit
d531d228bf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<p>
|
||||
<span class="txtdate">{{ .date }}</span>
|
||||
<br />
|
||||
<a href="{{.Site.BaseURL | relLangURL }}security/notices/{{ .name }}.asc">{{ .name }}</a>
|
||||
<a href="{{.Site.BaseURL | relLangURL }}security/advisories/{{ .name }}.asc">{{ .name }}</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
{{ $errataCounter = add $errataCounter 1 }}
|
||||
|
|
Loading…
Reference in a new issue