Skip to content

Commit 8029f55

Browse files
matthamilKrzysztof Borowy
authored and
Krzysztof Borowy
committed
fix: broken link in AsyncStorage.js
The previous link was 404ing since the docs were moved to a different dir. (#154)
1 parent dbc3f34 commit 8029f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AsyncStorage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To fix this issue try these steps:
3131
3232
• If you are using CocoaPods on iOS, run \`pod install\` in the \`ios\` directory and then rebuild and re-run the app.
3333
34-
• If this happens while testing with Jest, check out docs how to integrate AsyncStorage with it: https://github.com./react-native-community/react-native-async-storage/blob/master/docs/Jest-integration.md
34+
• If this happens while testing with Jest, check out docs how to integrate AsyncStorage with it: https://github.com./react-native-community/async-storage/blob/LEGACY/docs/Jest-integration.md
3535
3636
If none of these fix the issue, please open an issue on the Github repository: https://github.com./react-native-community/react-native-async-storage/issues
3737
`);

0 commit comments

Comments
 (0)