From 36821ff1405b17438a137d7593a143803e5c2501 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Tue, 27 Dec 2022 20:04:57 +0000 Subject: [PATCH] Update mw_constants.ts --- src/mw_constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mw_constants.ts b/src/mw_constants.ts index 5e325ebd..d876dc6f 100644 --- a/src/mw_constants.ts +++ b/src/mw_constants.ts @@ -1,3 +1,3 @@ export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb"; -export const GITHUB_LINK = "https://github.com/JamesHawkinss/movie-web"; +export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; export const APP_VERSION = "2.1.1";