mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: fix /learn-more/connect-idp redirect (#28989)
Closes: https://github.com/fleetdm/fleet/issues/28982 Changes: - Updated the website redirect for `/learn-more/connect-idp` to go to the correct guide.
This commit is contained in:
parent
1f0c723589
commit
0e1deb6293
1 changed files with 1 additions and 1 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -888,7 +888,7 @@ module.exports.routes = {
|
|||
'GET /learn-more-about/ui-gitops-mode': 'https://github.com/fleetdm/fleet-gitops/?tab=readme-ov-file#fleet-ui',
|
||||
'GET /learn-more-about/certificates-query': '/tables/certificates',
|
||||
'GET /learn-more-about/gitops': 'https://github.com/fleetdm/fleet-gitops/',
|
||||
'GET /learn-more-about/connect-idp': '/guides/add-user-info-from-idp-to-host',
|
||||
'GET /learn-more-about/connect-idp': '/guides/foreign-vitals-map-idp-users-to-hosts',
|
||||
'GET /learn-more-about/troubleshoot-idp-connection': '/guides/foreign-vitals-map-idp-users-to-hosts#verify-connection',
|
||||
'GET /learn-more-about/unsigning-configuration-profiles': 'https://fleetdm.com/guides/custom-os-settings#enforce-os-settings',
|
||||
// FUTURE: update the temporary redirect below to go to the documentation for connecting Android enterprise
|
||||
|
|
|
|||
Loading…
Reference in a new issue