From 9afd842af5c9305efc5ccc346bd1c3f842993ed0 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:16:10 -0500 Subject: [PATCH] Fix broken UI redirect (#36506) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link on the **Controls > Setup experience > Setup Assistant** page: Screenshot 2025-12-01 at 1 41 47 PM --- website/config/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index 8eb237f5ee..aaa1ae026f 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -939,7 +939,7 @@ module.exports.routes = { 'GET /learn-more-about/certificate-authorities': '/guides/connect-end-user-to-wifi-with-certificate', 'GET /learn-more-about/idp-email': 'https://fleetdm.com/docs/rest-api/rest-api#get-human-device-mapping', 'GET /learn-more-about/enrolling-hosts': '/docs/using-fleet/adding-hosts', - 'GET /learn-more-about/setup-assistant': '/guides/macos-setup-experience#macos-setup-assistant', + 'GET /learn-more-about/setup-assistant': '/guides/macos-setup-experience#setup-assistant', 'GET /learn-more-about/policy-automations': '/docs/using-fleet/automations', 'GET /install-wine': 'https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/macos/scripts/install-wine.sh', 'GET /learn-more-about/creating-service-accounts': 'https://console.cloud.google.com/projectselector2/iam-admin/serviceaccounts/create?walkthrough_id=iam--create-service-account&pli=1#step_index=1',