From 65f5404565d60a51da4dca11b9816f0776dba48b Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:31:20 -0500 Subject: [PATCH] Fix link on Windows automatic enrollment page (#15580) For this bug: #15566 - Add redirect so that we can change the link later w/o breaking it --- .../WindowsAutomaticEnrollmentPage.tsx | 2 +- website/config/routes.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/WindowsAutomaticEnrollmentPage/WindowsAutomaticEnrollmentPage.tsx b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/WindowsAutomaticEnrollmentPage/WindowsAutomaticEnrollmentPage.tsx index 80743fe5ba..ec8e50b7b1 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/WindowsAutomaticEnrollmentPage/WindowsAutomaticEnrollmentPage.tsx +++ b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/WindowsAutomaticEnrollmentPage/WindowsAutomaticEnrollmentPage.tsx @@ -50,7 +50,7 @@ const WindowsAutomaticEnrollmentPage = () => {
  • diff --git a/website/config/routes.js b/website/config/routes.js index a90dbf80c0..7209aab9e1 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -511,6 +511,7 @@ module.exports.routes = { // These are external links not maintained by Fleet. We can point the Fleet UI to redirects here instead of the // original sources to help avoid broken links. 'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366', + 'GET /sign-in-to/microsoft-automatic-enrollment-tool': 'https://portal.azure.com', // Sitemap // =============================================================================================================