Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2026 07:37:11 +0000
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Cc:        Minsoo Choo <minsoochoo0122@proton.me>
Subject:   git: 2a2b71e6f0 - main - Website: Fix discord link
Message-ID:  <6a081ea7.271a9.3c321fe1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a081ea7.271a9.3c321fe1>