From 484b5e2fd5fb8f61d769bcb26b1f77e1d454e50c Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 8 Oct 2018 22:46:22 -0400 Subject: [PATCH] Update Controller.class.php update discord link --- controller/Controller.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/Controller.class.php b/controller/Controller.class.php index 94c9745d..b890cc35 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -69,7 +69,7 @@ class Controller switch ($subDomain) { case 'chat': case 'slack': - return static::redirect('https://discord.gg/Z3bERWA'); + return static::redirect('https://chat.lbry.io'); } }