Skip to content

Commit 3739b14

Browse files
Fix Lychee fragment error for elastic links. (#4692)
Fixes the build. Complementary to #4683
1 parent 902e108 commit 3739b14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lychee.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ accept = ["200..=299", "403"]
55
remap = [
66
# workaround for https://github.com/lycheeverse/lychee/issues/1729
77
'https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4',
8-
'https://docs.oracle.com/(.*)#.*$ https://docs.oracle.com/$1'
8+
'https://docs.oracle.com/(.*)#.*$ https://docs.oracle.com/$1',
9+
'https://www.elastic.co/(.*)#.*$ https://www.elastic.co/$1'
910
]
1011

1112
exclude = [

0 commit comments

Comments
 (0)