Fix broken link on the Settings > Integrations > IdP page (#28599)

Related to:

- #28549
This commit is contained in:
Marko Lisica 2025-04-28 18:28:17 +02:00 committed by GitHub
parent 9ec9995560
commit 6b56dc80a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -884,7 +884,7 @@ module.exports.routes = {
'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/troubleshoot-idp-connection': '/guides/add-user-info-from-idp-to-host#verify-connection-in-fleet',
'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
'GET /learn-more-about/how-to-connect-android-enterprise': (req,res)=> { return res.redirect(302, '/contact');},