Skip to content

Commit

Permalink
chore(gen): update status codes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz committed Jul 31, 2024
1 parent 1e4294e commit b6cd332
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .link_checker_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@
],
"httpHeaders": [
{
"urls": [
"https://scaleway.com/en/docs"
]
"urls": ["https://scaleway.com/en/docs"]
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [
200,
206
]
}
"aliveStatusCodes": [200, 206, 401, 403, 0]
}

0 comments on commit b6cd332

Please sign in to comment.