From 1c586e9b20aa41c7376a7875b6e730d0f44d9119 Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Fri, 28 Aug 2026 10:09:46 -0400 Subject: [PATCH] [www] update web --- apps/www/src/links.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/www/src/links.ts b/apps/www/src/links.ts index 4b875c8..b9ea88b 100644 --- a/apps/www/src/links.ts +++ b/apps/www/src/links.ts @@ -8,16 +8,16 @@ */ /** The community Discord — the join instructions and the build both live there. */ -export const DISCORD_INVITE = 'https://discord.gg/HhmMAKhrz' +export const DISCORD_INVITE = 'https://discord.gg/C9z9dW7au' /** Where the stage's "Download for PC" button goes: the client's release listing. */ -export const DOWNLOAD_URL = 'https://github.com/djdevin/recflare-client/releases' +export const DOWNLOAD_URL = 'https://github.com/recflare/client/releases' /** The stage's "Download for Quest" button: the build's listing on the Meta store. */ export const QUEST_DOWNLOAD_URL = 'https://www.meta.com/s/6lL20Fnhz' /** The public source repo, linked from the homepage and footer. */ -export const SOURCE_REPO = 'https://github.com/djdevin/recflare' +export const SOURCE_REPO = 'https://github.com/orgs/recflare/repositories' /** The repo's licence, behind the footer's "MIT licensed". */ export const LICENSE_URL = `${SOURCE_REPO}/blob/main/LICENSE`