From 7194012623a1f6e82b6de93af8bd43cd8df31d6c Mon Sep 17 00:00:00 2001 From: Emily Rohrbough Date: Fri, 25 Oct 2024 12:53:55 -0500 Subject: [PATCH] Update views.mdx --- docs/ui-coverage/core-concepts/views.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.