[APM] Fixes #144669: Incorrect “Learn more” link (#145077)

Fixes https://github.com/elastic/kibana/issues/144669
This commit is contained in:
Søren Louv-Jansen 2022-11-14 11:31:45 +01:00 committed by GitHub
parent 4a4bc55127
commit f893523d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ It allows you to monitor the performance of thousands of applications in real ti
[Learn more]({learnMoreLink}).',
values: {
learnMoreLink:
'{config.docs.base_url}guide/en/apm/get-started/{config.docs.version}/index.html',
'{config.docs.base_url}guide/en/apm/guide/{config.docs.version}/index.html',
},
}
),