From 7d51622e0b7557b076d66598d91451e387205618 Mon Sep 17 00:00:00 2001 From: svrnm Date: Fri, 26 Jan 2024 09:03:37 +0100 Subject: [PATCH] fix links Signed-off-by: svrnm --- content/en/docs/languages/java/libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/languages/java/libraries.md b/content/en/docs/languages/java/libraries.md index 6eb84ba87c7c..762dadc2920e 100644 --- a/content/en/docs/languages/java/libraries.md +++ b/content/en/docs/languages/java/libraries.md @@ -167,8 +167,8 @@ When you run the app, the instrumentation libraries do the following: - Start a new trace. - Generate a span that represents the request made to the external API endpoint. - If you use an instrumented HTTP server, as in the - [dice app](/docs/instrumentation/java/getting-started/#example-application), - more trace spans are generated with the same trace ID. + [dice app](/docs/languages/java/getting-started/#example-application), more + trace spans are generated with the same trace ID. ## Available instrumentation libraries