fix broken link

Summary:
fix broken link
Closes https://github.com/facebook/react-native/pull/13459

Differential Revision: D4875311

Pulled By: javache

fbshipit-source-id: 73f6dc03a088237f660dcea9f3444746373d8ff9
This commit is contained in:
sunnylqm 2017-04-12 16:12:34 -07:00 committed by Facebook Github Bot
parent a97f494bf1
commit a6df7a6ce7
1 changed files with 1 additions and 1 deletions

View File

@ -130,4 +130,4 @@ ws.onclose = (e) => {
};
```
Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about [navigators](docs/using-navigators.html).
Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about [navigators](docs/navigation.html).