mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website: Give people an option of Slack channels (#23717)
This commit is contained in:
parent
af2a3e6a6d
commit
eff1041b14
1 changed files with 1 additions and 1 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue