From b3d765f96f7874ce899f16dca23a3681e8341e40 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 5 Jan 2023 14:53:45 +0100 Subject: [PATCH] chore: update discord link --- CONTRIBUTING.md | 4 ++-- apps/docs/src/config.ts | 3 +-- apps/landing-page/src/components/header.astro | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90df446..d39d264 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ The [issues page](https://github.com/astro-reactive/astro-reactive/issues?q=is%3 If you don't find anything there, we are happy to help you get your contribution in. -You can always [create a new issue](https://github.com/astro-reactive/astro-reactive/issues/new/choose) for your own idea, [post on our discussions](https://github.com/astro-reactive/astro-reactive/discussions) or join our [Discord](https://discord.gg/yKyzCjNK). +You can always [create a new issue](https://github.com/astro-reactive/astro-reactive/issues/new/choose) for your own idea, [post on our discussions](https://github.com/astro-reactive/astro-reactive/discussions) or join our [Discord](https://discord.gg/fkpkKdPJ). # The Astro Reactive Library @@ -124,7 +124,7 @@ Thank you again for your interest in contributing! 📝 Check the [discussion board](https://github.com/astro-reactive/astro-reactive/discussions) for announcements or post your messages and questions -💬 Hang-out with the team on our [Discord](https://discord.gg/yKyzCjNK) to share feedback, get support, or just have some laughs over memes 😅 +💬 Hang-out with the team on our [Discord](https://discord.gg/fkpkKdPJ) to share feedback, get support, or just have some laughs over memes 😅 🛠️ Create a [new issue](https://github.com/astro-reactive/astro-reactive/issues/new/choose) for bugs found or improvement ideas diff --git a/apps/docs/src/config.ts b/apps/docs/src/config.ts index 5c26adc..e32c5d5 100644 --- a/apps/docs/src/config.ts +++ b/apps/docs/src/config.ts @@ -31,7 +31,7 @@ export const KNOWN_LANGUAGE_CODES = Object.values(KNOWN_LANGUAGES); export const GITHUB_EDIT_URL = `https://github.com/astro-reactive/astro-reactive/tree/main/apps/docs`; -export const COMMUNITY_INVITE_URL = `https://discord.gg/yKyzCjNK`; +export const COMMUNITY_INVITE_URL = `https://discord.gg/fkpkKdPJ`; // See "Algolia" section of the README for more information. export const ALGOLIA = { @@ -67,4 +67,3 @@ export const SIDEBAR: Sidebar = { ], }, }; - diff --git a/apps/landing-page/src/components/header.astro b/apps/landing-page/src/components/header.astro index bd02b55..6cdb64b 100644 --- a/apps/landing-page/src/components/header.astro +++ b/apps/landing-page/src/components/header.astro @@ -10,7 +10,7 @@ const socials = [ }, { name: "Discord", - url: "https://discord.gg/yKyzCjNK", + url: "https://discord.gg/fkpkKdPJ", icon: "fa-brands:discord", }, ];