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 72c8685 commit d91e882Copy full SHA for d91e882
.github/lychee.toml
@@ -53,8 +53,9 @@ exclude = [
53
'^https?://localhost',
54
'^https?://127\\.0\\.0\\.1',
55
'^https://www\.linkedin\.com',
56
- '^https?://issues\.umbraco\.org/',
57
- '^https?://web\\.archive\\.org/web/'
+ '^https?://(www\\.)?issues\\.umbraco\\.org(/.*)?$',
+ '^https?://web\\.archive\\.org/web/',
58
+ '#umbraco-[0-9]+$'
59
]
60
61
# Exclude these filesystem paths from getting checked.
0 commit comments