From f893523d63e99d623269969af3f611ddff36c1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Mon, 14 Nov 2022 11:31:45 +0100 Subject: [PATCH] =?UTF-8?q?[APM]=20Fixes=20#144669:=20Incorrect=20?= =?UTF-8?q?=E2=80=9CLearn=20more=E2=80=9D=20link=20(#145077)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://github.com/elastic/kibana/issues/144669 --- x-pack/plugins/apm/server/tutorial/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/apm/server/tutorial/index.ts b/x-pack/plugins/apm/server/tutorial/index.ts index 24d1c1d048a25..3c9d6fcad2156 100644 --- a/x-pack/plugins/apm/server/tutorial/index.ts +++ b/x-pack/plugins/apm/server/tutorial/index.ts @@ -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', }, } ),