diff --git a/docs/vue-testing-library/intro.mdx b/docs/vue-testing-library/intro.mdx index ac548f36f..19f29e8c3 100644 --- a/docs/vue-testing-library/intro.mdx +++ b/docs/vue-testing-library/intro.mdx @@ -26,7 +26,7 @@ npm install --save-dev @testing-library/vue You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy` and `queryAllBy` commands. See here the -[full list of queries](dom-testing-library/api-queries.mdx). +[full list of queries](docs/queries/about/#types-of-queries). You may also be interested in installing `@testing-library/jest-dom` so you can use [the custom Jest matchers](https://github.com/testing-library/jest-dom#readme) for the