Skip to content

Commit c276727

Browse files
authored
fix within link (#794)
1 parent 90d3b24 commit c276727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries/about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ All of the queries exported by DOM Testing Library accept a `container` as the
175175
first argument. Because querying the entire `document.body` is very common, DOM
176176
Testing Library also exports a `screen` object which has every query that is
177177
pre-bound to `document.body` (using the
178-
[`within`](/docs/dom-testing-library/api-helpers#within-and-getqueriesforelement-apis)
178+
[`within`](dom-testing-library/api-within.mdx)
179179
functionality). Wrappers such as React Testing Library re-export `screen` so you
180180
can use it the same way.
181181

0 commit comments

Comments
 (0)