From f2802e2181036da27a14ac8f48e1c151cae2d304 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Wed, 27 Nov 2024 17:30:58 +0300 Subject: [PATCH] docs: fix community link --- docs/components/nav-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/nav-bar.tsx b/docs/components/nav-bar.tsx index 83649b80..843102fc 100644 --- a/docs/components/nav-bar.tsx +++ b/docs/components/nav-bar.tsx @@ -70,6 +70,6 @@ export const navMenu = [ }, { name: "community", - path: "https://github.com/better-auth/better-auth", + path: "https://discord.gg/GYC3W7tZzb", }, ];