Skip to content

Commit

Permalink
docs: fix browser guide dead link in cli (#6037)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jul 5, 2024
1 parent 5611895 commit 354fb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Run only [benchmark](https://vitest.dev/guide/features.html#benchmarking-experim

### `vitest init`

`vitest init <name>` can be used to setup project configuration. At the moment, it only supports [`browser`](/guide/browser) value:
`vitest init <name>` can be used to setup project configuration. At the moment, it only supports [`browser`](/guide/browser/) value:

```bash
vitest init browser
Expand Down

0 comments on commit 354fb9d

Please sign in to comment.