Update fleetdm.com /trust and /status URLs (#11913)

This commit is contained in:
Zach Wasserman 2023-05-31 16:17:43 -07:00 committed by GitHub
parent 43913e161c
commit 45df29f993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',