Skip to content

Commit e8f737d

Browse files
Merge pull request #3043 from balena-io/vipulgupta2048/fix-linkss
patch: Fix broken links
2 parents 8b957e7 + fc96c30 commit e8f737d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lychee.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ max_cache_age = "1d"
2626
threads = 6
2727

2828
# Maximum number of allowed redirects [default: 10]
29-
max_redirects = 10
29+
max_redirects = 20
3030

3131
# Maximum number of concurrent network requests [default: 128]
3232
max_concurrency = 30
@@ -37,7 +37,7 @@ max_concurrency = 30
3737
user_agent = "curl/7.83.1"
3838

3939
# Website timeout from connect to response finished
40-
timeout = 10
40+
timeout = 20
4141

4242
# Comma-separated list of accepted status codes for valid links.
4343
# Omit to accept all response types.
@@ -117,6 +117,8 @@ exclude = [
117117
"system@*",
118118
"https://www.googletagmanager.com/gtm.js?*",
119119
"https://github.com/balena-io/docs/issues/new?*",
120+
"https://api/",
121+
"https://raw.githubusercontent.com/balena-os/meta-balena/$%7Bos_version_tag%7D/meta-balena-common/recipes-containers/balena-supervisor/balena-supervisor.inc",
120122
]
121123

122124
# Exclude these filesystem paths from getting checked.

0 commit comments

Comments
 (0)