Skip to content

Commit 2033b03

Browse files
committed
fix link
1 parent bb51f06 commit 2033b03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ exclude = [
2121
'^http://code.google.com/p/concurrentlinkedhashmap$',
2222
'^https://softwareengineering.stackexchange.com/questions/29727.*',
2323
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
24+
# new artifact, remove after 2.21.0 release
25+
'^https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-helidon-4.3$',
2426
]

instrumentation/helidon-4.3/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 [Helidon](https://helidon.io/).
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-helidon-4.3).
10+
release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-helidon-4.3).
1111

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

0 commit comments

Comments
 (0)