Quellcode durchsuchen

chore(docs): Fix broken link in docs/Guide.md (#1436 by @Sappphire64)

[skip ci]
Anton Vlasenko vor 5 Jahren
Ursprung
Commit
a2029d2d47
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      docs/Guide.md

+ 1
- 1
docs/Guide.md Datei anzeigen

508
 
508
 
509
 You can set cookies on the React Native side using the [@react-native-community/cookies](https://github.com/react-native-community/cookies) package.
509
 You can set cookies on the React Native side using the [@react-native-community/cookies](https://github.com/react-native-community/cookies) package.
510
 
510
 
511
-When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference#sharedCookiesEnabled) prop as well.
511
+When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference.md#sharedCookiesEnabled) prop as well.
512
 
512
 
513
 ```jsx
513
 ```jsx
514
 const App = () => {
514
 const App = () => {