Skip to content

Commit 43afb5b

Browse files
committed
Fix Spring Framework documentation link
See gh-41227
1 parent af830f7 commit 43afb5b

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/observability.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ NOTE: There are several ways to support https://opentelemetry.io/[OpenTelemetry]
8585
You can use the https://opentelemetry.io/docs/zero-code/java/agent/[OpenTelemetry Java Agent] or the https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/[OpenTelemetry Spring Boot Starter],
8686
which are supported by the OTel community; the metrics and traces use the semantic conventions defined by OTel libraries.
8787
This documentation describes OpenTelemetry as officially supported by the Spring team, using Micrometer and the OTLP exporter;
88-
the metrics and traces use the semantic conventions described in the Spring projects documentation, such as {spring-framework-docs}/integration/observability.html[Spring Framework].
88+
the metrics and traces use the semantic conventions described in the Spring projects documentation, such as {url-spring-framework-docs}/integration/observability.html[Spring Framework].
8989

9090
Spring Boot's actuator module includes basic support for OpenTelemetry.
9191

0 commit comments

Comments
 (0)