From 3d965a757628d262ecf5e889dfcd7c83b3596aff Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 20 Mar 2025 17:10:46 +0200 Subject: [PATCH] tarball learn more redirect (#27330) For #26692 Still need to supply URL. --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index dfd9fffa2f..c77f1260f4 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -818,6 +818,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/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', 'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366',