We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d3b24 commit c276727Copy full SHA for c276727
docs/queries/about.mdx
@@ -175,7 +175,7 @@ All of the queries exported by DOM Testing Library accept a `container` as the
175
first argument. Because querying the entire `document.body` is very common, DOM
176
Testing Library also exports a `screen` object which has every query that is
177
pre-bound to `document.body` (using the
178
-[`within`](/docs/dom-testing-library/api-helpers#within-and-getqueriesforelement-apis)
+[`within`](dom-testing-library/api-within.mdx)
179
functionality). Wrappers such as React Testing Library re-export `screen` so you
180
can use it the same way.
181
0 commit comments