We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f8527 commit 01bf5e4Copy full SHA for 01bf5e4
.lychee.toml
@@ -6,7 +6,9 @@ exclude = [
6
"^https://www.foo.bar",
7
# excluding links to pull requests and issues is done for performance
8
"^https://github.com/open-telemetry/semantic-conventions/(pull|issues)/\\d+$",
9
- "^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$"
+ "^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/"
12
]
13
14
# better to be safe and avoid failures
0 commit comments