Browse Source

fix Documentation link (#4281)

Julian 6 years ago
parent
commit
52c35843d5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/README.md

+ 1
- 1
docs/README.md View File

@@ -13,7 +13,7 @@
13 13
 React Native Navigation provides 100% native platform navigation on both iOS and Android for React Native apps. The JavaScript API is simple and cross-platform - just install it in your app and give your users the native feel they deserve. Ready to get started? Check out the [docs](https://wix.github.io/react-native-navigation/).
14 14
 
15 15
 # Quick Links
16
-- [Documentation](https://wix.github.io/react-native-navigation/v2/)
16
+- [Documentation](https://wix.github.io/react-native-navigation/)
17 17
 - [Stack Overflow](http://stackoverflow.com/questions/tagged/react-native-navigation)
18 18
 - [Chat with us](https://discord.gg/DhkZjq2)
19 19
 - [Contributing](/docs/docs/WorkingLocally.md)