Skip to content

Commit

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

Differential Revision: D3626602

fbshipit-source-id: 2a452fb36910f960e992d32bda58c40dad309b6a
  • Loading branch information
sunnylqm authored and Facebook Github Bot 8 committed Jul 27, 2016
1 parent 8c0a045 commit b5ecc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b5ecc8d

Please sign in to comment.