We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa0e86 commit f6b31c0Copy full SHA for f6b31c0
.lychee.toml
@@ -11,7 +11,8 @@ include_fragments = true
11
12
# excluding links to pull requests and issues is done for performance
13
exclude = [
14
- "^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$"
+ "^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$",
15
+ '^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
16
]
17
18
0 commit comments