From 443595e03095bc174441d75108a782bc41d6cb5a Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 22 Jan 2025 07:30:32 +1300 Subject: [PATCH] Update routes.js (#25628) Added redirect to Apple Business Manager apps and books page. --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index 338da11b18..b961c00683 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -783,6 +783,7 @@ module.exports.routes = { // ============================================================================================================= // Redirects for external links from the Fleet UI & CLI, including to fleetdm.com and to external websites not // maintained by Fleet. These help avoid broken links by reducing surface area of links to maintain in the UI. + 'GET /learn-more-about/abm-apps': 'https://business.apple.com/#/main/appsandbooks', 'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366', 'GET /learn-more-about/just-in-time-provisioning': '/docs/deploy/single-sign-on-sso#just-in-time-jit-user-provisioning', 'GET /learn-more-about/os-updates': '/docs/using-fleet/mdm-os-updates',