fix broken link

Summary: Closes https://github.com/facebook/react-native/pull/9033

Differential Revision: D3626602

fbshipit-source-id: 2a452fb36910f960e992d32bda58c40dad309b6a
This commit is contained in:
sunnylqm 2016-07-26 21:42:28 -07:00 committed by Facebook Github Bot 8
parent 8c0a045c0d
commit b5ecc8da18
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ This guide covers the various navigation components available in React Native. I
## Navigator
`Navigator` provides a JavaScript implementation of a navigation stack, so it works on both iOS and Android and is easy to customize. This is the same component you used to build your first navigation stack in the [navigators tutorial](docs/navigators.html).
`Navigator` provides a JavaScript implementation of a navigation stack, so it works on both iOS and Android and is easy to customize. This is the same component you used to build your first navigation stack in the [navigators tutorial](docs/using-navigators.html).
![](img/NavigationStack-Navigator.gif)