Skip to content

Commit 9a28562

Browse files
Update docs/vue-testing-library/intro.mdx
Co-authored-by: Tim Deschryver <[email protected]>
1 parent d311fa4 commit 9a28562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue-testing-library/intro.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ npm install --save-dev @testing-library/vue
2626

2727
You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy`
2828
and `queryAllBy` commands. See here the
29-
[full list of queries](https://testing-library.com/docs/queries/about).
29+
[full list of queries](docs/queries/about/#types-of-queries).
3030

3131
You may also be interested in installing `@testing-library/jest-dom` so you can use
3232
[the custom Jest matchers](https://github.com/testing-library/jest-dom#readme) for the

0 commit comments

Comments
 (0)