From 966cf3fda57a048e4336d0af2809c21909d293f5 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Wed, 10 Apr 2024 15:47:44 -0500 Subject: [PATCH] Add redirect for broken link to downgrading docs (#18164) For https://github.com/fleetdm/fleet/issues/17860 (the current link that banner points to is broken, this will prevent that happening if things move around again). --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index 4646289e21..f9d6a47500 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -485,6 +485,7 @@ module.exports.routes = { 'GET /learn-more-about/google-workspace-domains': 'https://admin.google.com/ac/domains/manage', 'GET /learn-more-about/domain-wide-delegation': 'https://admin.google.com/ac/owl/domainwidedelegation', 'GET /learn-more-about/enabling-calendar-api': 'https://console.cloud.google.com/apis/library/calendar-json.googleapis.com', + 'GET /learn-more-about/downgrading': '/docs/using-fleet/downgrading-fleet', // Sitemap // =============================================================================================================