Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
Summary:
fix broken link
Closes facebook#13459

Differential Revision: D4875311

Pulled By: javache

fbshipit-source-id: 73f6dc03a088237f660dcea9f3444746373d8ff9
  • Loading branch information
sunnylqm authored and facebook-github-bot committed Apr 12, 2017
1 parent a97f494 commit a6df7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit a6df7a6

Please sign in to comment.