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