From 131ff63fae802206c7ee75397c98b07a2b798354 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 21 Sep 2023 11:04:30 -0700 Subject: [PATCH] chore(website): Update chat.vector.dev redirect To drop people into #support rather than #development since we get a lot of users asking support questions in #development. Signed-off-by: Jesse Szwedko --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b7c6deba7a70b..72d98500c7609 100644 --- a/netlify.toml +++ b/netlify.toml @@ -42,7 +42,7 @@ force = true [[redirects]] from = "https://chat.vector.dev/*" -to = "https://discord.gg/dX3bdkF" +to = "https://discord.gg/ptvgXhUF2m" status = 302 force = true