Skip to content

Commit a5ede5a

Browse files
committed
add remap
1 parent 3acb562 commit a5ede5a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/config/lychee.toml

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

9+
remap = [
10+
# workaround for https://github.com/lycheeverse/lychee/issues/1729
11+
"https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4"
12+
]
913

1014
exclude = [
11-
# Disabled until https://github.com/lycheeverse/lychee/issues/1729 is fixed
12-
"^https://github.com/.*#.*$",
1315
# excluding links to pull requests and issues is done for performance
1416
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
1517
]

0 commit comments

Comments
 (0)