Browse Source

Remove broken link in README (#3300)

Rodrigo Bermúdez Schettino 6 years ago
parent
commit
52d9690c22
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/README.md

+ 1
- 1
docs/README.md View File

@@ -19,5 +19,5 @@ One of the major things missing from React Native core is fully featured native
19 19
 
20 20
 If you're trying to deliver a user experience that's on par with the best native apps out there, you simply can't compromise on JS-based components trying to fake the real thing.
21 21
 
22
-For example, this package replaces the native [NavigatorIOS](https://facebook.github.io/react-native/docs/navigatorios.html) that has been [abandoned](https://facebook.github.io/react-native/docs/navigator-comparison.html) in favor of JS-based solutions that are easier to maintain. For more details see in-depth discussion [here](https://github.com/wix/react-native-controllers#why-do-we-need-this-package).
22
+For example, this package replaces the native [NavigatorIOS](https://facebook.github.io/react-native/docs/navigatorios.html) that has been abandoned in favor of JS-based solutions that are easier to maintain. For more details see in-depth discussion [here](https://github.com/wix/react-native-controllers#why-do-we-need-this-package).
23 23