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