diff --git a/docs/supported-libraries.md b/docs/supported-libraries.md index 68e3ad91cf74..b2aba1bf7900 100644 --- a/docs/supported-libraries.md +++ b/docs/supported-libraries.md @@ -122,7 +122,7 @@ These are the supported libraries and frameworks: | [Servlet](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/package-summary.html) | 2.2+ | N/A | [HTTP Server Spans], [HTTP Server Metrics] | | [Spark Web Framework](https://github.com/perwendel/spark) | 2.3+ | N/A | Provides `http.route` [2] | | [Spring Batch](https://spring.io/projects/spring-batch) | 3.0+ (not including 5.0+ yet) | N/A | none | -| [Spring Boot](https://spring.io/projects/spring-boot) | | [opentelemetry-spring-boot-resources](https://opentelemetry.io/docs/languages/java/automatic/spring-boot/) | none | +| [Spring Boot](https://spring.io/projects/spring-boot) | | [opentelemetry-spring-boot-resources](https://opentelemetry.io/docs/zero-code/java/spring-boot/) | none | | [Spring Cloud Gateway](https://github.com/spring-cloud/spring-cloud-gateway) | 2.0+ | N/A | Provides `http.route` [2] | | [Spring Core](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/package-summary.html) | 2.0+ | N/A | Context propagation | | [Spring Data](https://spring.io/projects/spring-data) | 1.8+ | N/A | none | diff --git a/instrumentation/methods/README.md b/instrumentation/methods/README.md index 79f3221a5e5c..7ecc008ab62d 100644 --- a/instrumentation/methods/README.md +++ b/instrumentation/methods/README.md @@ -4,4 +4,4 @@ | -------------------------------------- | ------ | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `otel.instrumentation.methods.include` | String | None | List of methods to include for tracing. For more information, see [Creating spans around methods with `otel.instrumentation.methods.include`][cs]. | -[cs]: https://opentelemetry.io/docs/instrumentation/java/annotations/#creating-spans-around-methods-with-otelinstrumentationmethodsinclude +[cs]: https://opentelemetry.io/docs/zero-code/java/agent/annotations/#creating-spans-around-methods-with-otelinstrumentationmethodsinclude diff --git a/instrumentation/spring/spring-boot-autoconfigure/README.md b/instrumentation/spring/spring-boot-autoconfigure/README.md index be4be2f0588f..bb04099dab54 100644 --- a/instrumentation/spring/spring-boot-autoconfigure/README.md +++ b/instrumentation/spring/spring-boot-autoconfigure/README.md @@ -7,4 +7,4 @@ Programming, dependency injection, and bean post-processing to trace spring applications. To include all features listed below use the [opentelemetry-spring-boot-starter](../starters/spring-boot-starter/README.md). -Documentation for OpenTelemetry Spring Auto-Configuration can be found [here](https://opentelemetry.io/docs/languages/java/automatic/spring-boot/#automatic-instrumentation). +Documentation for OpenTelemetry Spring Auto-Configuration can be found [here](https://opentelemetry.io/docs/zero-code/java/spring-boot/#automatic-instrumentation). diff --git a/instrumentation/spring/starters/spring-boot-starter/README.md b/instrumentation/spring/starters/spring-boot-starter/README.md index 4b77b5982351..1ed1d8153e88 100644 --- a/instrumentation/spring/starters/spring-boot-starter/README.md +++ b/instrumentation/spring/starters/spring-boot-starter/README.md @@ -1,3 +1,3 @@ # OpenTelemetry Spring Starter -Documentation of the OpenTelemetry Spring Starter is [here](https://opentelemetry.io/docs/instrumentation/java/automatic/spring-boot/). +Documentation of the OpenTelemetry Spring Starter is [here](https://opentelemetry.io/docs/zero-code/java/spring-boot/). diff --git a/instrumentation/spring/starters/zipkin-spring-boot-starter/README.md b/instrumentation/spring/starters/zipkin-spring-boot-starter/README.md index f4b0d60cd72f..3302d231331a 100644 --- a/instrumentation/spring/starters/zipkin-spring-boot-starter/README.md +++ b/instrumentation/spring/starters/zipkin-spring-boot-starter/README.md @@ -4,4 +4,4 @@ The OpenTelemetry Exporter Starter for Java is a starter package that includes p OpenTelemetry Zipkin Exporter Starter is a starter package that includes the opentelemetry-api, opentelemetry-sdk, opentelemetry-extension-annotations, opentelemetry-logging-exporter, opentelemetry-spring-boot-autoconfigurations and spring framework starters required to setup distributed tracing. It also provides the [opentelemetry-exporters-zipkin](https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/zipkin) artifact and corresponding exporter auto-configuration. Check out [opentelemetry-spring-boot-autoconfigure](../../spring-boot-autoconfigure/README.md#features) for the list of supported libraries and features. -Documentation for the OpenTelemetry Zipkin Exporter Starter can be found [here](https://opentelemetry.io/docs/languages/java/automatic/spring-boot/#automatic-instrumentation#zipkin-starter). +Documentation for the OpenTelemetry Zipkin Exporter Starter can be found [here](https://opentelemetry.io/docs/zero-code/java/spring-boot/#zipkin-starter).