Fix broken UI redirect (#36506)

Link on the **Controls > Setup experience > Setup Assistant** page:

<img width="1263" height="316" alt="Screenshot 2025-12-01 at 1 41 47 PM"
src="https://github.com/user-attachments/assets/33180168-dbb8-4181-985b-f025d9dd2aa3"
/>
This commit is contained in:
Noah Talerman 2025-12-01 19:16:10 -05:00 committed by GitHub
parent 923f22e62a
commit 9afd842af5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',