Skip to content

Commit 7822be6

Browse files
committed
Broken links in docs
1 parent 63056f0 commit 7822be6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/api-tutorials/custom-reporter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ The event names are exported from the `constants` property of `Mocha.Runner`:
112112

113113
> It's important to understand that all `Suite` callbacks will be run _before_ the [Runner] emits `EVENT_RUN_BEGIN`. Hooks and tests, however, won't run until _after_ the [Runner] emits `EVENT_RUN_BEGIN`.
114114
115-
[runner]: /api/mocha.runner
116-
[test]: /api/mocha.test
117-
[hook]: /api/mocha.hook
118-
[suite]: /api/mocha.suite
115+
[runner]: /api/runner
116+
[test]: /api/test
117+
[hook]: /api/hook
118+
[suite]: /api/suite
119119
[base]: /api/mocha.reporters.base
120120
[delay]: /#delayed-root-suite

0 commit comments

Comments
 (0)