|
6 | 6 | height="80" |
7 | 7 | width="80" |
8 | 8 | alt="goat" |
9 | | - src="https://raw.githubusercontent.com/testing-library/react-testing-library/master/other/goat.png" |
| 9 | + src="https://raw.githubusercontent.com/testing-library/react-testing-library/main/other/goat.png" |
10 | 10 | /> |
11 | 11 | </a> |
12 | 12 |
|
@@ -44,7 +44,7 @@ practices.</p> |
44 | 44 | <img |
45 | 45 | width="500" |
46 | 46 | alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application." |
47 | | - src="https://raw.githubusercontent.com/testing-library/react-testing-library/master/other/testingjavascript.jpg" |
| 47 | + src="https://raw.githubusercontent.com/testing-library/react-testing-library/main/other/testingjavascript.jpg" |
48 | 48 | /> |
49 | 49 | </a> |
50 | 50 | </div> |
@@ -362,9 +362,9 @@ You'll find runnable examples of testing with different libraries in |
362 | 362 | [the `react-testing-library-examples` codesandbox](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples). |
363 | 363 | Some included are: |
364 | 364 | |
365 | | -- [`react-redux`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/master/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-redux.js&previewwindow=tests) |
366 | | -- [`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) |
367 | | -- [`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) |
| 365 | +- [`react-redux`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/main/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-redux.js&previewwindow=tests) |
| 366 | +- [`react-router`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/main/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-router.js&previewwindow=tests) |
| 367 | +- [`react-context`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/main/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-context.js&previewwindow=tests) |
368 | 368 | |
369 | 369 | You can also find React Testing Library examples at |
370 | 370 | [react-testing-examples.com](https://react-testing-examples.com/jest-rtl/). |
@@ -636,11 +636,11 @@ Contributions of any kind welcome! |
636 | 636 | [downloads-badge]: https://img.shields.io/npm/dm/@testing-library/react.svg?style=flat-square |
637 | 637 | [npmtrends]: http://www.npmtrends.com/@testing-library/react |
638 | 638 | [license-badge]: https://img.shields.io/npm/l/@testing-library/react.svg?style=flat-square |
639 | | -[license]: https://github.com/testing-library/react-testing-library/blob/master/LICENSE |
| 639 | +[license]: https://github.com/testing-library/react-testing-library/blob/main/LICENSE |
640 | 640 | [prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square |
641 | 641 | [prs]: http://makeapullrequest.com |
642 | 642 | [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square |
643 | | -[coc]: https://github.com/testing-library/react-testing-library/blob/master/CODE_OF_CONDUCT.md |
| 643 | +[coc]: https://github.com/testing-library/react-testing-library/blob/main/CODE_OF_CONDUCT.md |
644 | 644 | [github-watch-badge]: https://img.shields.io/github/watchers/testing-library/react-testing-library.svg?style=social |
645 | 645 | [github-watch]: https://github.com/testing-library/react-testing-library/watchers |
646 | 646 | [github-star-badge]: https://img.shields.io/github/stars/testing-library/react-testing-library.svg?style=social |
|
0 commit comments