We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd5459 commit ac6fbbcCopy full SHA for ac6fbbc
src/common/docLinks.ts
@@ -87,7 +87,7 @@ const createDocLinks = (lang: string): DocMap => {
87
learnConfig: `https://docs.emqx.com/${lang}/emqx/${EMQX_VERSION}/configuration/configuration.html?${QUERY_FOR_HELP}`,
88
restAPI: `https://docs.emqx.com/${lang}/emqx/${EMQX_VERSION}/admin/api.html?${QUERY_FOR_HELP}`,
89
faq: `https://docs.emqx.com/${lang}/emqx/${EMQX_VERSION}/faq/faq.html?${QUERY_FOR_HELP}`,
90
- datadogIntegration: `https://docs.datadoghq.com/integrations/emqx/`,
+ datadogIntegration: `https://docs.emqx.com/${lang}/enterprise/${EMQX_VERSION}/observability/datadog.html`,
91
}
92
93
0 commit comments