From e6ca1f85bd805283bc71a44b69bd73c2587c557b Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 7 Nov 2022 10:58:58 +0100 Subject: [PATCH] Docs: update community invite link --- apps/docs/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/config.ts b/apps/docs/src/config.ts index 94f29c7..25072c8 100644 --- a/apps/docs/src/config.ts +++ b/apps/docs/src/config.ts @@ -33,7 +33,7 @@ export const KNOWN_LANGUAGE_CODES = Object.values(KNOWN_LANGUAGES); export const GITHUB_EDIT_URL = `https://github.com/ayoayco/astro-reactive-library/tree/main/apps/docs`; -export const COMMUNITY_INVITE_URL = `https://astro.build/chat`; +export const COMMUNITY_INVITE_URL = `https://github.com/ayoayco/astro-reactive-library/discussions`; // See "Algolia" section of the README for more information. export const ALGOLIA = {