Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ui-coverage/core-concepts/views.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.