From 45df29f9939abdd9c67b601c388fb7bb475b40f9 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Wed, 31 May 2023 16:17:43 -0700 Subject: [PATCH] Update fleetdm.com /trust and /status URLs (#11913) --- website/config/routes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',