From 83c29d2cc5255337a76b387f2b4a1d67f23cdb11 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 26 May 2025 12:50:41 -0500 Subject: [PATCH] Add UI redirect (#29445) Redirect for the following user story: - #27983 Specifically [this UI change (Figma)](https://www.figma.com/design/K9BTJ3aZAvwWBXU9N8aqGa/-27983-Fleet-Desktop-%3E-Self-service--Add-%22Update%22-actions-when-updates-are-detected-for-installed-so?node-id=5408-4684&t=2qzAG36eyoKjsBAb-1) --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index 7c9462a020..b951f52aa5 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -894,6 +894,7 @@ module.exports.routes = { 'GET /learn-more-about/how-to-connect-android-enterprise': '/guides/android-mdm-setup', 'GET /learn-more-about/custom-scep-configuration-profile': '/guides/connect-end-user-to-wifi-with-certificate#step-2-add-scep-configuration-profile-to-fleet2', 'GET /learn-more-about/ndes-scep-configuration-profile': '/guides/connect-end-user-to-wifi-with-certificate#step-2-add-scep-configuration-profile-to-fleet', + 'GET /learn-more-about/self-service-software': '/guides/software-self-service', // Sitemap // =============================================================================================================