git: 13dfc9c24a - main - website: Fix deeplink for how to read SAs.
Gordon Tetlow <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by gordon: URL: https://cgit.FreeBSD.org/doc/commit/?id=13dfc9c24a44df99045a1ac7de6219aeaac56e4a commit 13dfc9c24a44df99045a1ac7de6219aeaac56e4a Author: Gordon Tetlow <[email protected]> AuthorDate: 2026-05-03 23:09:47 +0000 Commit: Gordon Tetlow <[email protected]> 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>