Fleet version: Latest on dogfood
Web browser and operating system: Any
💥 Actual behavior
The Learn more link on Integrations > Conditional access links to a non-existent page, resulting in a 404.
The link goes here: https://fleetdm.com/learn-more-about/microsoft-entra-setup
But should likely go here: https://fleetdm.com/guides/entra-conditional-access-integration
🧑💻 Steps to reproduce
- Go to Settings > Integrations > Conditional access and click the Learn more link
🕯️ More info (optional)
This is the line that needs updated:
|
url={`${LEARN_MORE_ABOUT_BASE_LINK}/microsoft-entra-setup`} |
I would have updated it myself but wasn't sure if Learn more links must always go to the LEARN_MORE_ABOUT_BASE_LINK rather than /guides.
🛠️ To fix
Fleet version: Latest on dogfood
Web browser and operating system: Any
💥 Actual behavior
The
Learn morelink on Integrations > Conditional access links to a non-existent page, resulting in a 404.The link goes here: https://fleetdm.com/learn-more-about/microsoft-entra-setup
But should likely go here: https://fleetdm.com/guides/entra-conditional-access-integration
🧑💻 Steps to reproduce
🕯️ More info (optional)
This is the line that needs updated:
fleet/frontend/pages/admin/IntegrationsPage/cards/ConditionalAccess/ConditionalAccess.tsx
Line 300 in d20ddf3
I would have updated it myself but wasn't sure if Learn more links must always go to the
LEARN_MORE_ABOUT_BASE_LINKrather than /guides.🛠️ To fix