From ada69582a1fbed3c0d40eabfda3ddec6bb04e7cb Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:03:56 +0000 Subject: [PATCH] docs: add --check-redirects flag for mint broken-links Generated-By: mintlify-agent --- cli/commands.mdx | 1 + 1 file changed, 1 insertion(+) 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. | ---