We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d311fa4 commit 9a28562Copy full SHA for 9a28562
docs/vue-testing-library/intro.mdx
@@ -26,7 +26,7 @@ npm install --save-dev @testing-library/vue
26
27
You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy`
28
and `queryAllBy` commands. See here the
29
-[full list of queries](https://testing-library.com/docs/queries/about).
+[full list of queries](docs/queries/about/#types-of-queries).
30
31
You may also be interested in installing `@testing-library/jest-dom` so you can use
32
[the custom Jest matchers](https://github.com/testing-library/jest-dom#readme) for the
0 commit comments