From 77acb008b19b34272122bed001188e142fd7917a Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Fri, 28 Aug 2026 10:36:54 -0400 Subject: [PATCH] [www] update w/redirect --- apps/www/src/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'