git: 13dfc9c24a - main - website: Fix deeplink for how to read SAs.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 May 2026 23:10:40 UTC
The branch main has been updated by gordon:
URL: https://cgit.FreeBSD.org/doc/commit/?id=13dfc9c24a44df99045a1ac7de6219aeaac56e4a
commit 13dfc9c24a44df99045a1ac7de6219aeaac56e4a
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2026-05-03 23:09:47 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2026-05-03 23:09:47 +0000
website: Fix deeplink for how to read SAs.
Reported by: Austin Ralls
---
website/themes/beastie/layouts/_partials/sidenav.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/themes/beastie/layouts/_partials/sidenav.html b/website/themes/beastie/layouts/_partials/sidenav.html
index 093a289f80..79ff285a64 100644
--- a/website/themes/beastie/layouts/_partials/sidenav.html
+++ b/website/themes/beastie/layouts/_partials/sidenav.html
@@ -104,7 +104,7 @@
<li><a href={{ "security/notices/" | absLangURL }}>{{ i18n "errataNoticesSidenav" }}</a></li>
<li><a href={{ "security/#sup" | absLangURL }}>{{ i18n "supportedReleases" }}</a></li>
<li><a href={{ "security/unsupported/" | absLangURL }}>{{ i18n "unsupportedReleases" }}</a></li>
- <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/#security-advisories" }}>{{ i18n "readSecurityAdvisories" }}</a></li>
+ <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/security/#security-advisories" }}>{{ i18n "readSecurityAdvisories" }}</a></li>
<li><a href={{ "security/charter/" | absLangURL }}>{{ i18n "charterSecurityOfficerTeam" }}</a></li>
</ul>
</li>