diff --git a/docs/ui-coverage/core-concepts/views.mdx b/docs/ui-coverage/core-concepts/views.mdx index dbd62e1976..154bbe6226 100644 --- a/docs/ui-coverage/core-concepts/views.mdx +++ b/docs/ui-coverage/core-concepts/views.mdx @@ -19,4 +19,4 @@ UI Coverage uses certain default rules to generate a single view from dynamic UR - All hash parameters are removed, unless the hash parameter starts with a `/`, such as `#/admin`. - If there are multiple URLs that are exactly the same except for a different integer or UUID value in the same path parameter, then that path parameter is replaced with a wildcard (`*`). -These rules can be overriden via [views.md](/ui-coverage/configuration/views) configuration. +These rules can be overriden via [views](/ui-coverage/configuration/views) configuration.