Skip to content

Commit

Permalink
[APM] Fixes #144669: Incorrect “Learn more” link (#145077)
Browse files Browse the repository at this point in the history
Fixes #144669
  • Loading branch information
sorenlouv authored Nov 14, 2022
1 parent 4a4bc55 commit f893523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/server/tutorial/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
}
),
Expand Down

0 comments on commit f893523

Please sign in to comment.