From ee478378a16eb45526c3e514e170002d2efeccfb Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 27 Jul 2016 10:53:19 +0800 Subject: [PATCH] fix broken link --- docs/Navigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Navigation.md b/docs/Navigation.md index b2ce57d5594516..ea7250f4fc2b66 100644 --- a/docs/Navigation.md +++ b/docs/Navigation.md @@ -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)