diff --git a/apps/www/src/links.ts b/apps/www/src/links.ts index b9ea88b..353ca5c 100644 --- a/apps/www/src/links.ts +++ b/apps/www/src/links.ts @@ -8,7 +8,7 @@ */ /** The community Discord — the join instructions and the build both live there. */ -export const DISCORD_INVITE = 'https://discord.gg/C9z9dW7au' +export const DISCORD_INVITE = 'https://join.recflare.net' /** Where the stage's "Download for PC" button goes: the client's release listing. */ export const DOWNLOAD_URL = 'https://github.com/recflare/client/releases'