diff --git a/cli/commands.mdx b/cli/commands.mdx index 2312b7972..3ce4063c8 100644 --- a/cli/commands.mdx +++ b/cli/commands.mdx @@ -205,6 +205,7 @@ The command excludes files matching [.mintignore](/organize/mintignore) patterns | --- | --- | | `--check-anchors` | Also validate anchor links (for example, `/page#section`) against heading slugs. | | `--check-external` | Also check external URLs for broken links. | +| `--check-redirects` | Also check that redirect destinations in `docs.json` resolve to valid paths. | | `--check-snippets` | Also check links inside `` components. | ---