Skip to content

Commit f9729ff

Browse files
authored
Fix broken link in cypress-testing-library intro (testing-library#962)
1 parent 4cecc47 commit f9729ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cypress-testing-library/intro.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import '@testing-library/cypress/add-commands';
2424

2525
You can now use all of `DOM Testing Library`'s `findBy`, `findAllBy`, `queryBy`
2626
and `queryAllBy` commands off the global `cy` object.
27-
[See the `DOM Testing Library` docs for reference](/docs/dom-testing-library/api-queries).
27+
[See the `About queries` docs for reference](/docs/queries/about).
2828

2929
> Note: the `get*` queries are not supported because for reasonable Cypress
3030
> tests you need retryability and `find*` queries already support that. `query*`

0 commit comments

Comments
 (0)