From 6b56dc80a9b491fd7e489534b0a57473e3542cd1 Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:28:17 +0200 Subject: [PATCH] Fix broken link on the Settings > Integrations > IdP page (#28599) Related to: - #28549 --- website/config/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');},