mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix broken link on the Settings > Integrations > IdP page (#28599)
Related to: - #28549
This commit is contained in:
parent
9ec9995560
commit
6b56dc80a9
1 changed files with 1 additions and 1 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -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');},
|
||||
|
|
|
|||
Loading…
Reference in a new issue