Date: Fri, 25 Jun 2021 09:34:18 GMT From: Ceri Davies <ceri@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 1ab0ed3e87 - main - Correct link to newsgroup section in the handbook. Message-ID: <202106250934.15P9YIuQ050342@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=1ab0ed3e872f7cba855e3a267ab324e9bad87bcd commit 1ab0ed3e872f7cba855e3a267ab324e9bad87bcd Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2021-06-25 09:31:02 +0000 Commit: Ceri Davies <ceri@FreeBSD.org> 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106250934.15P9YIuQ050342>
