From f56ab830fcbf8e16ecead9e89012985d0367f60a Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 28 Apr 2025 21:00:24 +0400 Subject: [PATCH] Adding redirect to learn more about uninstalling windows software. (#28546) This is in support of #28038 --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index 7d389b3cfe..47363e15d5 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -820,6 +820,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/uninstalling-windows-software': 'https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98', 'GET /learn-more-about/tarball-archives': 'https://fleetdm.com/guides/deploy-software-packages', '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',