Selaa lähdekoodia

Remove broken link in README (#3300)

Rodrigo Bermúdez Schettino 6 vuotta sitten
vanhempi
commit
52d9690c22
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      docs/README.md

+ 1
- 1
docs/README.md Näytä tiedosto

@@ -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