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 59a2375 commit 187df00Copy full SHA for 187df00
.github/config/lychee.toml
@@ -11,9 +11,9 @@ 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',
+ "https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4",
15
]
16
17
exclude = [
18
- '^https://github.com/.*#discussion_r.*$',
+ "^https://github.com/.*#discussion_r.*$",
19
0 commit comments