From 9a876ece1cc9f12c38b309053cb3794b0fd317a1 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Tue, 16 May 2023 12:34:06 -0500 Subject: [PATCH] Website: Add a new redirect in routes.js (#11709) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding [a redirect to an external link](https://www.figma.com/file/hdALBDsrti77QuDNSzLdkx/%F0%9F%9A%A7-Fleet-EE-(dev-ready%2C-scratchpad)?type=design&node-id=16165%3A206001&t=vx8w8OTCBfiIkdJy-1) to prepare for #10585 🔮 --- website/config/routes.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/config/routes.js b/website/config/routes.js index 66791193f6..3c06faee28 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -381,6 +381,12 @@ module.exports.routes = { 'GET /tables': '/tables/account_policy_data', 'GET /imagine/launch-party': 'https://www.eventbrite.com/e/601763519887', + // Fleet UI + // ============================================================================================================= + // These are external links not maintained by Fleet. We can point the Fleet UI to redirects here instead of the + // original sources to help avoid broken links. + 'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366', + // Sitemap // ============================================================================================================= // This is for search engines, not humans. Search engines know to visit fleetdm.com/sitemap.xml to download this