git: 1ab0ed3e87 - main - Correct link to newsgroup section in the handbook.
Ceri Davies <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=1ab0ed3e872f7cba855e3a267ab324e9bad87bcd commit 1ab0ed3e872f7cba855e3a267ab324e9bad87bcd Author: Ceri Davies <[email protected]> AuthorDate: 2021-06-25 09:31:02 +0000 Commit: Ceri Davies <[email protected]> CommitDate: 2021-06-25 09:31:02 +0000 Correct link to newsgroup section in the handbook. --- 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 22fb060639..90c121db73 100644 --- a/website/themes/beastie/layouts/partials/sidenav.html +++ b/website/themes/beastie/layouts/partials/sidenav.html @@ -23,7 +23,7 @@ <li><a href={{ "community/mailinglists/" | absLangURL }}>{{ i18n "mailinglists" }}</a></li> <li><a href="https://forums.FreeBSD.org/">{{ i18n "forums" }}</a></li> <li><a href={{ "community/irc/" | absLangURL }}>IRC</a></li> - <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/book/#eresources-news" }}>{{ i18n "newsgroups" }}</a></li> + <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/eresources/#eresources-news" }}>{{ i18n "newsgroups" }}</a></li> <li><a href={{ "usergroups" | absLangURL }}>{{ i18n "usergroups" }}</a></li> <li><a href={{ "events" | absLangURL }}>{{ i18n "events" }}</a></li> </ul> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"