Skip to content

Commit 97f50cf

Browse files
wdouggnapse
authored andcommitted
docs: Fix some links in the Readme (#136)
1 parent c02285d commit 97f50cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,8 +1003,8 @@ expect(document.querySelector('.cancel-button')).toBeTruthy()
10031003
10041004
## Inspiration
10051005
1006-
This whole library was extracted out of Kent C. Dodds' [DOM Testing Library][],
1007-
which was in turn extracted out of [React Testing Library][].
1006+
This whole library was extracted out of Kent C. Dodds' [DOM Testing Library][dom-testing-library],
1007+
which was in turn extracted out of [React Testing Library][react-testing-library].
10081008
10091009
The intention is to make this available to be used independently of these other
10101010
libraries, and also to make it more clear that these other libraries are
@@ -1021,7 +1021,7 @@ here!
10211021
> confidence they can give you.][guiding-principle]
10221022
10231023
This library follows the same guiding principles as its mother library [DOM
1024-
Testing Library][]. Go [check them out][guiding-principle] for more details.
1024+
Testing Library][dom-testing-library]. Go [check them out][guiding-principle] for more details.
10251025
10261026
Additionally, with respect to custom DOM matchers, this library aims to maintain
10271027
a minimal but useful set of them, while avoiding bloating itself with merely

0 commit comments

Comments
 (0)