From 354fb9d994cdd7c52d34f21964b69756f2faecdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Fri, 5 Jul 2024 09:42:56 +0200 Subject: [PATCH] docs: fix browser guide dead link in cli (#6037) --- docs/guide/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/cli.md b/docs/guide/cli.md index f6d4270e8705..8b636ca27657 100644 --- a/docs/guide/cli.md +++ b/docs/guide/cli.md @@ -57,7 +57,7 @@ Run only [benchmark](https://vitest.dev/guide/features.html#benchmarking-experim ### `vitest init` -`vitest init ` can be used to setup project configuration. At the moment, it only supports [`browser`](/guide/browser) value: +`vitest init ` can be used to setup project configuration. At the moment, it only supports [`browser`](/guide/browser/) value: ```bash vitest init browser