Skip to content

Commit 3a6cd3f

Browse files
authored
Merge pull request #878 from atJiangBei/main
docs(vue): Fix link not found
2 parents cdcfe5d + 9a28562 commit 3a6cd3f

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](dom-testing-library/api-queries.mdx).
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)