From 4b6d2e1349933c5eda4152555b19bd0c4d572cb8 Mon Sep 17 00:00:00 2001 From: Tim Kern Date: Thu, 8 Sep 2022 11:29:21 -0500 Subject: [PATCH] Replaced /slack redirect (#7619) Replaced with the osquery/#fleet invite link. Osquery.fleetdm.com has roughly a 67% bounce rate, and a 14% conversion rate to clicks to this link, when people are actively clicking a CTA to join. Growth & DX believes we can grow Fleet's community faster by testing removing this intermediate page. --- 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 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',