|
13 | 13 | <p>Simple and complete React hooks testing utilities that encourage good testing practices.</p>
|
14 | 14 |
|
15 | 15 | <br />
|
16 | | - <a href="https://react-hooks-testing-library.netlify.com/"><strong>Read The Docs</strong></a> |
| 16 | + <a href="https://react-hooks-testing-library.com/"><strong>Read The Docs</strong> (Work-In-Progress)</a> |
17 | 17 | <br />
|
18 | 18 | </div>
|
19 | 19 |
|
@@ -120,14 +120,14 @@ npm install --save-dev react-test-renderer@x.y.z
|
120 | 120 |
|
121 | 121 | ## Documentation
|
122 | 122 |
|
123 | | -There are some [work-in-progress docs here](https://react-hooks-testing-library.netlify.com/). |
124 | | -Please leave any feedback on them in |
| 123 | +There are some [work-in-progress docs here](https://react-hooks-testing-library.com/). Please leave |
| 124 | +any feedback on them in |
125 | 125 | [this issue](https://github.com/testing-library/react-hooks-testing-library/issues/19). PRs to
|
126 | 126 | update them are very welcome.
|
127 | 127 |
|
128 | 128 | ## API
|
129 | 129 |
|
130 | | -See the [API documentation](https://react-hooks-testing-library.netlify.com/reference/api). |
| 130 | +See the [API documentation](https://react-hooks-testing-library.com/reference/api). |
131 | 131 |
|
132 | 132 | ## Contributors
|
133 | 133 |
|
|
0 commit comments