Browse Source

Fix 'Contributing' link (#6115)

Co-authored-by: Alberto Blanco <alberto@basenet.nl>
Alberto Blanco 4 years ago
parent
commit
10ef807d8b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -17,7 +17,7 @@ React Native Navigation provides 100% native platform navigation on both iOS and
17 17
 - [Changelog](https://github.com/wix/react-native-navigation/blob/master/CHANGELOG.md)
18 18
 - [Stack Overflow](http://stackoverflow.com/questions/tagged/react-native-navigation)
19 19
 - [Chat with us](https://discord.gg/DhkZjq2)
20
-- [Contributing](/docs/docs/WorkingLocally.md)
20
+- [Contributing](https://wix.github.io/react-native-navigation/docs/meta-contributing)
21 21
 
22 22
 # Installation
23 23
 As `react-native-navigation` is a native navigation library - integrating it into your app will require editing native files. Follow the installation guides in the [documentation](https://wix.github.io/react-native-navigation/).