Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ npx pod-install
react-native link @react-native-community/async-storage
```

*Note:* For `Windows` the [manual linking](link) is currently the only linking option.
*Note:* For `Windows` the [manual linking](Linking.md) is currently the only linking option.
2 changes: 1 addition & 1 deletion website/docs/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ const getData = async () => {

### More

For more examples, [head over to API section.](api)
For more examples, [head over to API section.](API.md)