Skip to content

Commit b574a5b

Browse files
committed
Fix link check failures
1 parent e77eb03 commit b574a5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/scripts/lychee-config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ max_concurrency = 4
66
# Check link anchors
77
include_fragments = true
88

9-
# excluding links to pull requests and issues is done for performance
10-
# sonatype snapshots are currrently unbrowseable
119
exclude = [
10+
# excluding links to pull requests and issues is done for performance
1211
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
13-
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/contrib/$',
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",
1416
]
15-
16-

0 commit comments

Comments
 (0)