From b5ecc8da181a40c710684e8c501e8d5bb95e2150 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Tue, 26 Jul 2016 21:42:28 -0700 Subject: [PATCH] fix broken link Summary: Closes https://github.com/facebook/react-native/pull/9033 Differential Revision: D3626602 fbshipit-source-id: 2a452fb36910f960e992d32bda58c40dad309b6a --- docs/Navigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Navigation.md b/docs/Navigation.md index b2ce57d559..ea7250f4fc 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)