diff --git a/docs/Guide.md b/docs/Guide.md index 8a39a34..c578f28 100644 --- a/docs/Guide.md +++ b/docs/Guide.md @@ -508,7 +508,7 @@ const CustomHeaderWebView = (props) => { You can set cookies on the React Native side using the [@react-native-community/cookies](https://github.com/react-native-community/cookies) package. -When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference#sharedCookiesEnabled) prop as well. +When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference.md#sharedCookiesEnabled) prop as well. ```jsx const App = () => {