aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2021-06-25 09:31:02 +0000
committerCeri Davies <ceri@FreeBSD.org>2021-06-25 09:31:02 +0000
commit1ab0ed3e872f7cba855e3a267ab324e9bad87bcd (patch)
treea36fd2c31a5a2fdeec8c41739e2e4cc1208dd8e9
parent84e3884a00a7f1e1d82f31f4cc7b78b26b9cea11 (diff)
Correct link to newsgroup section in the handbook.
-rw-r--r--website/themes/beastie/layouts/partials/sidenav.html2
1 files changed, 1 insertions, 1 deletions
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>