The links for containerized environments in the MongoDB integration Configuration aren’t retaining the MongoDB context on the published docs site.
In the README, they’re written as relative tab-specific links:
?tab=docker#docker
?tab=kubernetes#kubernetes
?tab=ecs#ecs
These work as expected within GitHub.
On the live configuration page:
https://app.datadoghq.com/integrations?integrationId=mongodb
they render as:
All of these redirect to the main integrations landing page instead of the MongoDB-specific configuration content.
Looks like the relative ?tab=…#… format is being converted to absolute URLs.