Skip to content

Commit 512e392

Browse files
authored
fix: React Native link redirecting you to 404 github
There is a broken link in https://jestjs.io/docs/more-resources that redirects you to a folder that doesn't exist in facebook's react native github. I saw it from [this issue](#15552)
1 parent d866589 commit 512e392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MoreResources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By now you should have a good idea of how Jest can help you test your applicatio
1515

1616
## Learn by example
1717

18-
You will find a number of example test cases in the [`examples`](https://github.com/jestjs/jest/tree/main/examples) folder on GitHub. You can also learn from the excellent tests used by the [React](https://github.com/facebook/react/tree/main/packages/react/src/__tests__), [Relay](https://github.com/facebook/relay/tree/main/packages/react-relay/__tests__), and [React Native](https://github.com/facebook/react-native/tree/main/Libraries/Animated/__tests__) projects.
18+
You will find a number of example test cases in the [`examples`](https://github.com/jestjs/jest/tree/main/examples) folder on GitHub. You can also learn from the excellent tests used by the [React](https://github.com/facebook/react/tree/main/packages/react/src/__tests__), [Relay](https://github.com/facebook/relay/tree/main/packages/react-relay/__tests__), and [React Native](https://github.com/facebook/react-native/tree/main/packages/react-native/Libraries/Animated/__tests__) projects.
1919

2020
## Join the community
2121

0 commit comments

Comments
 (0)