mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
923f22e62a
commit
9afd842af5
1 changed files with 1 additions and 1 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue