From eff1041b142f0ac92285f0a7abd94ae59be8a6aa Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Mon, 11 Nov 2024 23:17:54 -0600 Subject: [PATCH] Website: Give people an option of Slack channels (#23717) --- website/config/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index 7a493ba3eb..5b327222ce 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -511,7 +511,7 @@ module.exports.routes = { 'GET /legal': '/legal/terms', 'GET /terms': '/legal/terms', 'GET /handbook/security/github': '/handbook/security#git-hub-security', - 'GET /slack': 'https://join.slack.com/t/osquery/shared_invite/zt-2op37v6qp-aVPivU5xB_FwuYElN0Z1lw',// Note: This redirect is used on error pages and email templates in the Fleet UI. + 'GET /slack': '/support',// Note: This redirect is used on error pages and email templates in the Fleet UI. 'GET /docs/using-fleet/updating-fleet': '/docs/deploying/upgrading-fleet', 'GET /blog': '/articles', 'GET /brand': '/logos',