Skip to content

Commit 5b16308

Browse files
authored
docs: fix links to query list for Vue (testing-library#926)
1 parent 5994dd8 commit 5b16308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/vue-testing-library/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ re-exports it.
3131
<summary>What queries does Vue Testing Library provide?</summary>
3232

3333
All queries from DOM Testing Library. See
34-
[Queries](dom-testing-library/api-queries.mdx) for full list.
34+
[Queries](cheatsheet#queries) for full list.
3535

3636
</details>
3737

docs/vue-testing-library/intro.mdx

Lines changed: 1 addition & 1 deletion
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](docs/queries/about/#types-of-queries).
29+
[full list of queries](cheatsheet#queries).
3030

3131
You may also be interested in installing `@testing-library/jest-dom` so you can
3232
use

0 commit comments

Comments
 (0)