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 7206493 commit 3fcd967Copy full SHA for 3fcd967
.github/scripts/lychee-config.toml
@@ -9,8 +9,4 @@ include_fragments = true
9
exclude = [
10
# excluding links to pull requests and issues is done for performance
11
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
12
- # groovy-lang.org links are timing out when accessed via lychee
13
- "^http://(docs.|)groovy-lang.org",
14
- # mvnrepository.com links are returning 403 when accessed via lychee
15
- "^https://mvnrepository.com",
16
]
0 commit comments