diff --git a/.lychee.toml b/.lychee.toml index 38599eea36..c60f30a7f4 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -6,7 +6,9 @@ exclude = [ "^https://www.foo.bar", # excluding links to pull requests and issues is done for performance "^https://github.com/open-telemetry/semantic-conventions/(pull|issues)/\\d+$", - "^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$" + "^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$", + # TODO (trask) remove this exclusion after (hopefully) this page comes back up + "^https://docs.oracle.com/en/java/javase/17/docs/api/" ] # better to be safe and avoid failures