From b61020f250023cf03e5879574055a4abeb066aaf Mon Sep 17 00:00:00 2001 From: Emily Rohrbough Date: Fri, 25 Oct 2024 13:01:44 -0500 Subject: [PATCH] Update element-grouping.mdx --- docs/ui-coverage/core-concepts/element-grouping.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ui-coverage/core-concepts/element-grouping.mdx b/docs/ui-coverage/core-concepts/element-grouping.mdx index f254bd3ad0..19892f7e44 100644 --- a/docs/ui-coverage/core-concepts/element-grouping.mdx +++ b/docs/ui-coverage/core-concepts/element-grouping.mdx @@ -15,9 +15,9 @@ UI Coverage groups elements that are related to one another through structural o ### Grouping Rules -- Elements are grouped by [elementgroups.md](/ui-coverage/configuration/elementgroups) configuration if defined. +- Elements are grouped by [elementgroups](/ui-coverage/configuration/elementgroups) configuration if defined. - `label` elements are grouped with the form elements with which they are associated. - Elements within table rows are grouped with elements that share common attributes or are in the same position in other rows of the table. - Elements that are repeated in the DOM and share common attributes. - Elements that are repeated in the DOM and have parent elements that share common attributes. -- Links with similar href patterns are resolved to [views.md](/ui-coverage/configuration/views) and grouped by their corresponding view. +- Links with similar href patterns are resolved to [views](/ui-coverage/configuration/views) and grouped by their corresponding view.