Skip to content

Commit 7e72651

Browse files
committed
Fix broken links
1 parent 0c5e3ad commit 7e72651

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/config/lychee.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lychee configuration file
2-
# See https://lychee.cli.rs/config/
2+
# See https://lychee.cli.rs/guides/config/
33

44
timeout = 30
55
retry_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+
]

instrumentation/ratpack/ratpack-1.7/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
server spans and metrics.
55

66
## Quickstart

0 commit comments

Comments
 (0)