File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
instrumentation/ratpack/ratpack-1.7/library Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Lychee configuration file
2- # See https://lychee.cli.rs/config/
2+ # See https://lychee.cli.rs/guides/ config/
33
44timeout = 30
55retry_wait_time = 5
@@ -27,3 +27,8 @@ exclude = [
2727 # new artifact, remove after 2.21.0 release
2828 ' ^https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-helidon-4.3$' ,
2929]
30+
31+ exclude_path = [
32+ # we don't control the content of this file (and it currently has broken links)
33+ " ^license/license.md$" ,
34+ ]
Original file line number Diff line number Diff line change 11# Library Instrumentation for Ratpack version 1.7 and higher
22
3- Provides OpenTelemetry instrumentation for [ Ratpack] ( https://ratpack.io/ ) , enabling HTTP client and
3+ Provides OpenTelemetry instrumentation for [ Ratpack] ( https://github.com/ratpack/ratpack ) , enabling HTTP client and
44server spans and metrics.
55
66## Quickstart
You can’t perform that action at this time.
0 commit comments