Skip to content

Commit 01bf5e4

Browse files
authored
Temporarily ignore failing link (#1786)
1 parent e2f8527 commit 01bf5e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.lychee.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ exclude = [
66
"^https://www.foo.bar",
77
# excluding links to pull requests and issues is done for performance
88
"^https://github.com/open-telemetry/semantic-conventions/(pull|issues)/\\d+$",
9-
"^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$"
9+
"^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$",
10+
# TODO (trask) remove this exclusion after (hopefully) this page comes back up
11+
"^https://docs.oracle.com/en/java/javase/17/docs/api/"
1012
]
1113

1214
# better to be safe and avoid failures

0 commit comments

Comments
 (0)