Skip to content

Commit

Permalink
Temporarily ignore failing link (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 22, 2025
1 parent e2f8527 commit 01bf5e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01bf5e4

Please sign in to comment.