git: 2a2b71e6f0 - main - Website: Fix discord link
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 May 2026 07:37:11 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=2a2b71e6f017c0452a2c71a2f6668d14c72ca35d
commit 2a2b71e6f017c0452a2c71a2f6668d14c72ca35d
Author: Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2026-05-16 07:36:15 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-05-16 07:36:15 +0000
Website: Fix discord link
Pull Request: https://github.com/freebsd/freebsd-doc/pull/669
---
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 cbd8e3682a..e52c3b963b 100644
--- a/website/themes/beastie/layouts/_partials/sidenav.html
+++ b/website/themes/beastie/layouts/_partials/sidenav.html
@@ -16,7 +16,7 @@
{{ else if eq .sidenavType "community" }}
<ul>
<li><a href="https://www.bsdnow.tv/" target="_blank">BSD Now</a></li>
- <li><a href="https://discord.com/invite/n2wshsy" target="_blank">Discord</a></li>
+ <li><a href="https://discord.com/invite/freebsd" target="_blank">Discord</a></li>
<li><a href={{ "events" | relLangURL }}>{{ i18n "events" }}</a></li>
<li><a href="https://forums.FreeBSD.org/" target="_blank">{{ i18n "forums" }}</a></li>
<li><a href="{{ "community/irc/" | relLangURL }}">IRC</a></li>