Skip to content

Commit 23a2007

Browse files
alexkrolickKent C. Dodds
authored and
Kent C. Dodds
committed
docs: update docs links (#258)
1 parent 95bc9b6 commit 23a2007

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
@@ -7,7 +7,7 @@
77

88
<p>Simple and complete React DOM testing utilities that encourage good testing practices.</p>
99

10-
[**Read The Docs**](https://react-testing-library-docs.netlify.com/react) | [Edit the docs](https://github.com/alexkrolick/react-testing-library-docs)
10+
[**Read The Docs**](https://testing-library.com/react) | [Edit the docs](https://github.com/alexkrolick/testing-library-docs)
1111

1212
</div>
1313

@@ -139,13 +139,13 @@ This library has a `peerDependencies` listing for `react-dom`.
139139
You may also be interested in installing `jest-dom` so you can use
140140
[the custom jest matchers](https://github.com/gnapse/jest-dom#readme).
141141

142-
> [**Docs**](https://react-testing-library-docs.netlify.com/docs/react-testing-library/intro)
142+
> [**Docs**](https://testing-library.com/docs/react-testing-library/intro)
143143
144144

145145
## Examples
146146

147147
> We're in the process of moving examples to the
148-
> [docs site](https://react-testing-library-docs.netlify.com/docs/example-codesandbox)
148+
> [docs site](https://testing-library.com/docs/example-codesandbox)
149149
150150
You'll find runnable examples of testing with different libraries in
151151
[the `examples` directory](https://github.com/kentcdodds/react-testing-library/blob/master/examples).

0 commit comments

Comments
 (0)