Skip to content

Commit d91e882

Browse files
committed
Updated exclude section to include version dropdown anchors and cover all subpaths, issue IDs, and query-style URLs
1 parent 72c8685 commit d91e882

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/lychee.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ exclude = [
5353
'^https?://localhost',
5454
'^https?://127\\.0\\.0\\.1',
5555
'^https://www\.linkedin\.com',
56-
'^https?://issues\.umbraco\.org/',
57-
'^https?://web\\.archive\\.org/web/'
56+
'^https?://(www\\.)?issues\\.umbraco\\.org(/.*)?$',
57+
'^https?://web\\.archive\\.org/web/',
58+
'#umbraco-[0-9]+$'
5859
]
5960

6061
# Exclude these filesystem paths from getting checked.

0 commit comments

Comments
 (0)