From e91e729dfc7033480dd0cc48a533699f8e25dd3e Mon Sep 17 00:00:00 2001 From: Lohan Yrvine Date: Tue, 5 Nov 2024 21:35:40 -0300 Subject: [PATCH] fix: remove 403 status code from default config As suggested in [#1157](https://github.com/lycheeverse/lychee/issues/1157) and merged in [#1377](https://github.com/lycheeverse/lychee/pull/1377), the HTTP status code 403 was removed from the default configuration. With this change, the default configuration in the docs will follow what is described at Commandline Parameters in the README of lycheeverse/lychee. --- src/content/docs/usage/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/usage/cli.md b/src/content/docs/usage/cli.md index fe8bfc1..0ac3a99 100644 --- a/src/content/docs/usage/cli.md +++ b/src/content/docs/usage/cli.md @@ -150,7 +150,7 @@ Options: separated list of accepted status codes. This example will accept 200, 201, 202, 203, 204, 429, and 500 as valid status codes. - [default: 100..=103,200..=299,403..=403] + [default: 100..=103,200..=299] --include-fragments Enable the checking of fragments in links