diff --git a/docs/app/tooling/reporters.mdx b/docs/app/tooling/reporters.mdx index 2011e84bb4..eb0046bb78 100644 --- a/docs/app/tooling/reporters.mdx +++ b/docs/app/tooling/reporters.mdx @@ -21,7 +21,7 @@ Cypress provides several options to review results of a test run. screenshots, videos, and Test Replay in Cypress Cloud. - Cypress App's open source built in and custom reporters. -This document covers how to use [built in](#Built in reporter) and [custom](#Custom-reporters) reporters in Cypress App. +This document covers how to use [built in](#Built-in-reporters) and [custom](#Custom-reporters) reporters in Cypress App. :::tip