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[]