From d6402d610f3cdf1c1899d6a6c286c7e428b2f52a Mon Sep 17 00:00:00 2001 From: Nishant Pillai Date: Mon, 17 Aug 2020 17:37:21 +0530 Subject: [PATCH] docs: fixed relative links --- website/docs/Installation.md | 2 +- website/docs/Usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)