From 59fcf7158ad7a94148e47834d4d32117efcbf182 Mon Sep 17 00:00:00 2001 From: toyjhlee Date: Sat, 20 Apr 2019 16:01:25 +0900 Subject: [PATCH] Broken links in docs --- docs/api-tutorials/custom-reporter.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api-tutorials/custom-reporter.md b/docs/api-tutorials/custom-reporter.md index 3f0313aac8..1555ce26d0 100644 --- a/docs/api-tutorials/custom-reporter.md +++ b/docs/api-tutorials/custom-reporter.md @@ -112,9 +112,9 @@ The event names are exported from the `constants` property of `Mocha.Runner`: > 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`. -[runner]: /api/mocha.runner -[test]: /api/mocha.test -[hook]: /api/mocha.hook -[suite]: /api/mocha.suite +[runner]: /api/runner +[test]: /api/test +[hook]: /api/hook +[suite]: /api/suite [base]: /api/mocha.reporters.base [delay]: /#delayed-root-suite