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 64567cb commit 9c45c73Copy full SHA for 9c45c73
.github/config/lychee.toml
@@ -9,6 +9,14 @@ max_concurrency = 4
9
# Check link anchors
10
include_fragments = true
11
12
+# Include additional file types beyond the default markdown/HTML
13
+include = [
14
+ "**/*.md",
15
+ "**/*.java",
16
+ "**/*.yml",
17
+ "**/*.yaml"
18
+]
19
+
20
remap = [
21
# workaround for https://github.com/lycheeverse/lychee/issues/1729
22
"https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4",
0 commit comments