diff --git a/website/config/routes.js b/website/config/routes.js index 289489554a..7d389b3cfe 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -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');},