diff --git a/website/docs/Installation.md b/website/docs/Installation.md index e6a84528..7b3558e4 100644 --- a/website/docs/Installation.md +++ b/website/docs/Installation.md @@ -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. diff --git a/website/docs/Usage.md b/website/docs/Usage.md index d359b6b5..cea5396b 100644 --- a/website/docs/Usage.md +++ b/website/docs/Usage.md @@ -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)