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 902e108 commit 3739b14Copy full SHA for 3739b14
.lychee.toml
@@ -5,7 +5,8 @@ accept = ["200..=299", "403"]
5
remap = [
6
# workaround for https://github.com/lycheeverse/lychee/issues/1729
7
'https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4',
8
- 'https://docs.oracle.com/(.*)#.*$ https://docs.oracle.com/$1'
+ 'https://docs.oracle.com/(.*)#.*$ https://docs.oracle.com/$1',
9
+ 'https://www.elastic.co/(.*)#.*$ https://www.elastic.co/$1'
10
]
11
12
exclude = [
0 commit comments