git: 1ab0ed3e87 - main - Correct link to newsgroup section in the handbook.

Ceri Davies ceri at FreeBSD.org
Fri Jun 25 09:34:18 UTC 2021


The branch main has been updated by ceri:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1ab0ed3e872f7cba855e3a267ab324e9bad87bcd

commit 1ab0ed3e872f7cba855e3a267ab324e9bad87bcd
Author:     Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-06-25 09:31:02 +0000
Commit:     Ceri Davies <ceri at 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>


More information about the dev-commits-doc-all mailing list