Skip to content

Commit c4076e6

Browse files
authored
docs: update invalid link (#6698)
1 parent 4ec301b commit c4076e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Base directory to scan for the test files. You can specify this option to speed
580580
- **Default:** `'default'`
581581
- **CLI:** `--reporter=<name>`, `--reporter=<name1> --reporter=<name2>`
582582

583-
Custom [reporters](/guide/reporters) for output. Reporters can be [a Reporter instance](https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/types/reporter.ts), a string to select built-in reporters, or a path to a custom implementation (e.g. `'./path/to/reporter.ts'`, `'@scope/reporter'`).
583+
Custom [reporters](/guide/reporters) for output. Reporters can be [a Reporter instance](https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/node/types/reporter.ts), a string to select built-in reporters, or a path to a custom implementation (e.g. `'./path/to/reporter.ts'`, `'@scope/reporter'`).
584584

585585
### outputFile<NonProjectOption />
586586

0 commit comments

Comments
 (0)