chore: Small fixes to clean docs link checker results (#2505)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent f397596ed1
commit f1fad59a89
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ live:
> until the page has received a user gesture (e.g. a tap or click). When that
> happens no sound is produced and no error is shown. The underlying behavior is
> documented in [MDN's Autoplay
> guide](https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide).
> guide](https://developer.mozilla.org/en-US/docs/Web/Media/Guides/Autoplay).
#### `ringtone`
+4
View File
@@ -2,6 +2,10 @@ exclude_path = [
"node_modules",
"vscode://"
]
exclude = [
# npmjs.com returns 403 to lychee's user-agent.
"^https://www\\.npmjs\\.com/"
]
timeout = 20
max_retries = 3
accept = [200, 204]