diff --git a/docs/app/tooling/reporters.mdx b/docs/app/tooling/reporters.mdx index 78b26680a4..a65d1bc82f 100644 --- a/docs/app/tooling/reporters.mdx +++ b/docs/app/tooling/reporters.mdx @@ -188,7 +188,7 @@ additional feedback while the tests are running! The solution here is to use multiple reporters. You will have the benefit of both worlds. -We suggest using the npm module, +We suggest using the npm module [cypress-multi-reporters](https://www.npmjs.com/package/cypress-multi-reporters). ### Examples @@ -199,7 +199,7 @@ each spec file. We need to install additional dependencies: -- [`cypress-multi-reporters`](https://github.com/you54f/cypress-multi-reporters): +- [`cypress-multi-reporters`](https://github.com/YOU54F/cypress-plugins/tree/master/cypress-multi-reporters): enables multiple reporters - [`mocha-junit-reporter`](https://github.com/michaelleeallen/mocha-junit-reporter) the actual junit reporter, as we cannot use the `junit` reporter that comes