From ff43593f3671f791e26c3672071c41c03618a09a Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 24 Jan 2025 05:28:04 +1300 Subject: [PATCH] Update routes.js (#25645) Added redirect to https://fleetdm.com/guides/automatic-software-install-in-fleet#templates-for-policy-queries for information on how to reinstall apps. May update this with a different anchor link once updated text is live. --------- Co-authored-by: Eric --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index c603cb6ade..61c5cc35c0 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -805,6 +805,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/reinstall-software': '/guides/automatic-software-install-in-fleet#templates-for-policy-queries', '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',