diff --git a/website/config/routes.js b/website/config/routes.js index 3b599c4297..439ec8333e 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -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',