From 7cd3fa4c0a2eff16488eba6bace6d7b53f0a548c Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 15 Mar 2022 09:17:14 -0700 Subject: [PATCH] Update links (#5579) --- instrumentation/spring/spring-boot-autoconfigure/README.md | 3 ++- instrumentation/spring/spring-web-3.1/library/README.md | 5 ++--- instrumentation/spring/spring-webflux-5.0/library/README.md | 3 ++- instrumentation/spring/spring-webmvc-3.1/library/README.md | 3 ++- .../spring/starters/jaeger-exporter-starter/README.md | 3 ++- .../spring/starters/otlp-exporter-starter/README.md | 3 ++- instrumentation/spring/starters/spring-starter/README.md | 3 ++- .../spring/starters/zipkin-exporter-starter/README.md | 3 ++- 8 files changed, 16 insertions(+), 10 deletions(-) diff --git a/instrumentation/spring/spring-boot-autoconfigure/README.md b/instrumentation/spring/spring-boot-autoconfigure/README.md index 84800f7329..becaf67a81 100644 --- a/instrumentation/spring/spring-boot-autoconfigure/README.md +++ b/instrumentation/spring/spring-boot-autoconfigure/README.md @@ -410,4 +410,5 @@ If an exporter is present in the classpath during runtime and a spring bean of t ### Starter Guide -Check out the opentelemetry [quick start](https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md) to learn more about OpenTelemetry instrumentation. +Check out [OpenTelemetry Manual Instrumentation](https://opentelemetry.io/docs/instrumentation/java/manual/) to learn more about +using the OpenTelemetry API to instrument your code. diff --git a/instrumentation/spring/spring-web-3.1/library/README.md b/instrumentation/spring/spring-web-3.1/library/README.md index 2163c67642..dbab153bbe 100644 --- a/instrumentation/spring/spring-web-3.1/library/README.md +++ b/instrumentation/spring/spring-web-3.1/library/README.md @@ -91,6 +91,5 @@ public class RestTemplateConfig { ### Starter Guide -Check out the -OpenTelemetry [quick start](https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md) -to learn more about OpenTelemetry instrumentation. +Check out [OpenTelemetry Manual Instrumentation](https://opentelemetry.io/docs/instrumentation/java/manual/) to learn more about +using the OpenTelemetry API to instrument your code. diff --git a/instrumentation/spring/spring-webflux-5.0/library/README.md b/instrumentation/spring/spring-webflux-5.0/library/README.md index 447a9731e2..ccc652b99c 100644 --- a/instrumentation/spring/spring-webflux-5.0/library/README.md +++ b/instrumentation/spring/spring-webflux-5.0/library/README.md @@ -93,4 +93,5 @@ public class WebClientConfig { ### Starter Guide -Check out the opentelemetry [quick start](https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md) to learn more about OpenTelemetry instrumentation. +Check out [OpenTelemetry Manual Instrumentation](https://opentelemetry.io/docs/instrumentation/java/manual/) to learn more about +using the OpenTelemetry API to instrument your code. diff --git a/instrumentation/spring/spring-webmvc-3.1/library/README.md b/instrumentation/spring/spring-webmvc-3.1/library/README.md index 17b78b5812..d8e779b723 100644 --- a/instrumentation/spring/spring-webmvc-3.1/library/README.md +++ b/instrumentation/spring/spring-webmvc-3.1/library/README.md @@ -89,4 +89,5 @@ public class WebMvcTracingFilterConfig { ### Starter Guide -Check out the OpenTelemetry [quick start](https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md) to learn more about OpenTelemetry instrumentation. +Check out [OpenTelemetry Manual Instrumentation](https://opentelemetry.io/docs/instrumentation/java/manual/) to learn more about +using the OpenTelemetry API to instrument your code. diff --git a/instrumentation/spring/starters/jaeger-exporter-starter/README.md b/instrumentation/spring/starters/jaeger-exporter-starter/README.md index a33f0d08c1..4e1f6fb88f 100644 --- a/instrumentation/spring/starters/jaeger-exporter-starter/README.md +++ b/instrumentation/spring/starters/jaeger-exporter-starter/README.md @@ -32,4 +32,5 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-jaeger-exporter-s ### Starter Guide -Check out the opentelemetry-api [quick start](https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md) to learn more about OpenTelemetry instrumentation. +Check out [OpenTelemetry Manual Instrumentation](https://opentelemetry.io/docs/instrumentation/java/manual/) to learn more about +using the OpenTelemetry API to instrument your code. diff --git a/instrumentation/spring/starters/otlp-exporter-starter/README.md b/instrumentation/spring/starters/otlp-exporter-starter/README.md index ee3cea515d..29a1d028fe 100644 --- a/instrumentation/spring/starters/otlp-exporter-starter/README.md +++ b/instrumentation/spring/starters/otlp-exporter-starter/README.md @@ -32,4 +32,5 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-otlp-exporter-sta ### Starter Guide -Check out the opentelemetry-api [quick start](https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md) to learn more about OpenTelemetry instrumentation. +Check out [OpenTelemetry Manual Instrumentation](https://opentelemetry.io/docs/instrumentation/java/manual/) to learn more about +using the OpenTelemetry API to instrument your code. diff --git a/instrumentation/spring/starters/spring-starter/README.md b/instrumentation/spring/starters/spring-starter/README.md index ad0890e534..dbd0978b43 100644 --- a/instrumentation/spring/starters/spring-starter/README.md +++ b/instrumentation/spring/starters/spring-starter/README.md @@ -36,4 +36,5 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-spring-starter:OP ### Starter Guide -Check out the opentelemetry-api [quick start](https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md) to learn more about OpenTelemetry instrumentation. +Check out [OpenTelemetry Manual Instrumentation](https://opentelemetry.io/docs/instrumentation/java/manual/) to learn more about +using the OpenTelemetry API to instrument your code. diff --git a/instrumentation/spring/starters/zipkin-exporter-starter/README.md b/instrumentation/spring/starters/zipkin-exporter-starter/README.md index becb7beef5..1e8ba2a314 100644 --- a/instrumentation/spring/starters/zipkin-exporter-starter/README.md +++ b/instrumentation/spring/starters/zipkin-exporter-starter/README.md @@ -34,4 +34,5 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-zipkin-exporter-s ### Starter Guide -Check out the opentelemetry-api [quick start](https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md) to learn more about OpenTelemetry instrumentation. +Check out [OpenTelemetry Manual Instrumentation](https://opentelemetry.io/docs/instrumentation/java/manual/) to learn more about +using the OpenTelemetry API to instrument your code.