mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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.
This commit is contained in:
parent
93912f62b2
commit
4b6d2e1349
1 changed files with 1 additions and 1 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue