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 b6aa91d commit 22324fcCopy full SHA for 22324fc
.github/config/lychee.toml
@@ -9,7 +9,15 @@ max_concurrency = 4
9
# Check link anchors
10
include_fragments = true
11
12
+remap = [
13
+ # workaround for https://github.com/lycheeverse/lychee/issues/1729
14
+ "https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4",
15
+ "https://docs.oracle.com/(.*)#.*$ https://docs.oracle.com/$1"
16
+]
17
+
18
exclude = [
19
20
+ '^https://github.com/.*#issuecomment-.*$',
21
"^http://localhost:",
22
"^http://0.0.0.0:",
23
]
0 commit comments