diff --git a/website/config/routes.js b/website/config/routes.js index 118475a577..b7782f6774 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -273,7 +273,7 @@ module.exports.routes = { 'GET /terms': '/legal/terms', 'GET /handbook/security/github': '/handbook/security#git-hub-security', 'GET /login': '/customers/login', - 'GET /slack': (_, res) => { res.status(301).redirect('https://osquery.fleetdm.com/c/fleet'); }, + 'GET /slack': 'https://osquery.slack.com/join/shared_invite/zt-h29zm0gk-s2DBtGUTW4CFel0f0IjTEw#/', 'GET /docs/using-fleet/updating-fleet': '/docs/deploying/upgrading-fleet', 'GET /blog': '/articles', 'GET /brand': '/logos',