Commit b03af1a
authored
docs: fix link to Mock Implementation (#394)
At the moment in Jest Integration if you try to access the link to AsyncStorageMock implementation you will get a 404 since the link currently is : `https://github.com/react-native-community/async-storage/blob/master/website/docs/jest/async-storage-mock.js`.
The new right link should be : https://github.com/react-native-community/async-storage/blob/master/jest/async-storage-mock.js.
This link change should fix the issue.1 parent aabd9e1 commit b03af1a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
0 commit comments