From caa1ded7e7f20736194396c84b391b24e9d65e57 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 22 Sep 2022 11:32:49 -0700 Subject: [PATCH] Update apm-release-notes.asciidoc This PR replaces a hard-coded link with an appropriate shared attribute. --- docs/guide/apm-release-notes.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/apm-release-notes.asciidoc b/docs/guide/apm-release-notes.asciidoc index 95919c0745b..ccd62656f1b 100644 --- a/docs/guide/apm-release-notes.asciidoc +++ b/docs/guide/apm-release-notes.asciidoc @@ -75,7 +75,7 @@ Inferred spans with async profiler:: Identifying a problematic service is only half of the battle when diagnosing application slowdowns. The Elastic APM Java Agent provides a new way to get method-level insights into your code: -https://www.elastic.co/guide/en/apm/agent/java/master/java-method-monitoring.html[inferred spans with async-profiler]. +{apm-java-ref}/java-method-monitoring.html[inferred spans with async-profiler]. This can help you diagnose slow requests due to heavy computations, inefficient algorithms, or similar problems not related to interactions between services. // end::notable-v77-highlights[]