From 95dcb96161f5c7e9caa688ddf543a8b45b590ec0 Mon Sep 17 00:00:00 2001 From: Ron Au Date: Thu, 1 Oct 2020 19:37:11 +1000 Subject: [PATCH] Feat: Direct chat link to society-chat channel --- site/src/routes/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/routes/chat.js b/site/src/routes/chat.js index 2fdeda2675..5c47540f74 100644 --- a/site/src/routes/chat.js +++ b/site/src/routes/chat.js @@ -1,4 +1,4 @@ export function get(req, res) { - res.writeHead(302, { Location: 'https://discord.gg/yy75DKs' }); + res.writeHead(302, { Location: 'https://discord.gg/WY6CQS4' }); res.end(); } \ No newline at end of file