Skip to content

Commit 94a8ffa

Browse files
authored
Update links to not use search.maven.org (#14558)
1 parent 6ad5aaf commit 94a8ffa

File tree

31 files changed

+31
-31
lines changed

31 files changed

+31
-31
lines changed

instrumentation/apache-dbcp-2.0/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Apache DBCP](https://commons.apache.
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-apache-dbcp-2.0).
10+
release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-apache-dbcp-2.0).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

instrumentation/apache-httpclient/apache-httpclient-5.2/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Apache Http Client 5.2](https://hc.a
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-apache-httpclient-5.2).
10+
release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-apache-httpclient-5.2).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

instrumentation/aws-lambda/aws-lambda-core-1.0/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ link to tracing information provided by Lambda itself. To do so, add a dependenc
5050
`io.opentelemetry.contrib:opentelemetry-aws-xray-propagator`.
5151

5252
Replace `OPENTELEMETRY_VERSION` with the [latest
53-
release](https://search.maven.org/search?q=g:io.opentelemetry.contrib%20AND%20a:opentelemetry-aws-xray-propagator).
53+
release]( https://central.sonatype.com/artifact/io.opentelemetry.contrib/opentelemetry-aws-xray-propagator).
5454

5555
Gradle:
5656

instrumentation/c3p0-0.9/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [C3P0](https://www.mchange.com/projec
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-c3p0-0.9).
10+
release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-c3p0-0.9).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

instrumentation/graphql-java/graphql-java-12.0/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [GraphQL Java](https://www.graphql-ja
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-graphql-java-12.0).
10+
release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-graphql-java-12.0).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

instrumentation/graphql-java/graphql-java-20.0/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [GraphQL Java](https://www.graphql-ja
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-graphql-java-12.0).
10+
release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-graphql-java-12.0).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

instrumentation/grpc-1.6/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Provides OpenTelemetry instrumentation for [gRPC](https://grpc.io/).
66

77
### Add the following dependencies to your project
88

9-
Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-grpc-1.6).
9+
Replace `OPENTELEMETRY_VERSION` with the [latest release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-grpc-1.6).
1010

1111
For Maven, add the following to your `pom.xml` dependencies:
1212

instrumentation/hikaricp-3.0/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [HikariCP](https://github.com/brettwo
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-hikaricp-3.0).
10+
release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-hikaricp-3.0).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

instrumentation/java-http-client/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Java HTTP Client](https://openjdk.or
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-java-http-client).
10+
release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-java-http-client).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

instrumentation/java-http-server/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Java HTTP Server](https://docs.oracl
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-java-http-server).
10+
release]( https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-java-http-server).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

0 commit comments

Comments
 (0)