Skip to content

Commit f4f1b75

Browse files
afontcuKent C. Dodds
authored and
Kent C. Dodds
committed
Update names and links (#457)
1 parent 2186977 commit f4f1b75

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>react-testing-library</h1>
2+
<h1>React Testing Library</h1>
33

44
<a href="https://www.emojione.com/emoji/1f410">
55
<img
@@ -16,7 +16,7 @@ practices.</p>
1616
<br />
1717

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

2121
<br />
2222
</div>
@@ -85,7 +85,7 @@ your team down.
8585

8686
## This solution
8787

88-
The `react-testing-library` is a very lightweight solution for testing React
88+
The `React Testing Library` is a very lightweight solution for testing React
8989
components. It provides light utility functions on top of `react-dom` and
9090
`react-dom/test-utils`, in a way that encourages better testing practices. Its
9191
primary guiding principle is:
@@ -312,18 +312,18 @@ Some included are:
312312
- [`react-router`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/master/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-router.js&previewwindow=tests)
313313
- [`react-context`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/master/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-context.js&previewwindow=tests)
314314
315-
You can also find react-testing-library examples at
315+
You can also find React Testing Library examples at
316316
[react-testing-examples.com](https://react-testing-examples.com/jest-rtl/).
317317
318318
## Hooks
319319
320320
If you are interested in testing a custom hook, check out
321-
[react-hooks-testing-library][react-hooks-testing-library].
321+
[React Hooks Testing Library][react-hooks-testing-library].
322322
323323
> NOTE it is not recommended to test single-use custom hooks in isolation from
324324
> the components where it's being used. It's better to test the component that's
325-
> using the hook rather than the hook itself. The react-hooks-testing-library is
326-
> intended to be used for reusable hooks/libraries.
325+
> using the hook rather than the hook itself. The `React Hooks Testing Library`
326+
> is intended to be used for reusable hooks/libraries.
327327
328328
## Guiding Principles
329329
@@ -351,7 +351,7 @@ light-weight, simple, and understandable.
351351
## Docs
352352
353353
[**Read The Docs**](https://testing-library.com/react) |
354-
[Edit the docs](https://github.com/alexkrolick/testing-library-docs)
354+
[Edit the docs](https://github.com/testing-library/testing-library-docs)
355355
356356
## Issues
357357
@@ -556,6 +556,6 @@ Contributions of any kind welcome!
556556
[good-first-issue]: https://github.com/testing-library/react-testing-library/issues?utf8=✓&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
557557
[reactiflux]: https://www.reactiflux.com/
558558
[stackoverflow]: https://stackoverflow.com/questions/tagged/react-testing-library
559-
[react-hooks-testing-library]: https://github.com/mpeyper/react-hooks-testing-library
559+
[react-hooks-testing-library]: https://github.com/testing-library/react-hooks-testing-library
560560
561561
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)