mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update fleetdm.com /trust and /status URLs (#11913)
This commit is contained in:
parent
43913e161c
commit
45df29f993
1 changed files with 2 additions and 1 deletions
3
website/config/routes.js
vendored
3
website/config/routes.js
vendored
|
|
@ -411,7 +411,8 @@ module.exports.routes = {
|
|||
// Things that are not webpages here (in the Sails app) yet, but could be in the future. For now they are just
|
||||
// redirects to somewhere else EXTERNAL to the Sails app.
|
||||
'GET /security': 'https://github.com/fleetdm/fleet/security/policy',
|
||||
'GET /trust': 'https://app.vanta.com/fleet/trust/5i2ulsbd76k619q9leaoh0',
|
||||
'GET /trust': 'https://trust.fleetdm.com',
|
||||
'GET /status': 'https://status.fleetdm.com',
|
||||
'GET /hall-of-fame': 'https://github.com/fleetdm/fleet/pulse',
|
||||
'GET /apply': '/jobs',
|
||||
'GET /jobs': 'https://fleetdm.com/handbook/company#open-positions',
|
||||
|
|
|
|||
Loading…
Reference in a new issue