From 3c9c5a13d5722127bc6e66e5608c88d57a6ae834 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 31 Jan 2025 12:11:44 -0600 Subject: [PATCH 1/2] [DOCS] Remove links to master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Relates to https://github.com/elastic/docs/pull/3160 This PR fixes the following broken link: ``` INFO:build_docs: /tmp/docsbuild/target_repo/html/en/apm/get-started/7.8/release-highlights-7.7.0.html contains broken links to: --   | INFO:build_docs: - en/apm/agent/java/master/java-method-monitoring.html ``` --- 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 a78833b2bec..76b3b1fda07 100644 --- a/docs/guide/apm-release-notes.asciidoc +++ b/docs/guide/apm-release-notes.asciidoc @@ -144,7 +144,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[] From ccc64e7334ee1bf3d9eabd1fbab6fc44aeaacdcd Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Fri, 31 Jan 2025 12:14:00 -0600 Subject: [PATCH 2/2] Update docs/guide/apm-release-notes.asciidoc --- 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 76b3b1fda07..191d8947883 100644 --- a/docs/guide/apm-release-notes.asciidoc +++ b/docs/guide/apm-release-notes.asciidoc @@ -144,7 +144,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: -{apm-java-ref}/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[]