From 7d612ef3a2ccd5ebd9f0987f23657c22d959c1da Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Thu, 18 Jun 2026 16:26:24 +0200 Subject: [PATCH] Fix stale validation command in README The troubleshooting section pointed at scripts/validate-docs.sh, which does not exist. Point it at mint broken-links, the command used in CI. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a3625491..52fd508fe 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ mint dev - **Dev environment not running:** Run `mint update` to ensure you have the most recent version of the CLI - **Page loads as 404:** Make sure you are running in a folder with a valid `docs.json` -- **Validation fails:** Run `./scripts/validate-docs.sh` and review the output for specific errors +- **Validation fails:** Run `mint broken-links` and review the output for specific errors - **Broken links detected:** Review the validation output and fix referenced files or URLs ### Resources