From a83e3f5fd35e44d35a9e2d1c15b072b505172212 Mon Sep 17 00:00:00 2001 From: iwejay Date: Sat, 19 Nov 2016 14:41:05 +0530 Subject: [PATCH] docs(): update broken links for nav and tab Closes #9241 --- src/navigation/nav-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/navigation/nav-controller.ts b/src/navigation/nav-controller.ts index 6eb07e0a95..6d0441c8c0 100644 --- a/src/navigation/nav-controller.ts +++ b/src/navigation/nav-controller.ts @@ -10,7 +10,7 @@ import { ViewController } from './view-controller'; * @description * * NavController is the base class for navigation controller components like - * [`Nav`](../Nav/) and [`Tab`](../../tabs/Tab/). You use navigation controllers + * [`Nav`](../../components/nav/Nav/) and [`Tab`](../../components/tabs/Tab/). You use navigation controllers * to navigate to [pages](#view-creation) in your app. At a basic level, a * navigation controller is an array of pages representing a particular history * (of a Tab for example). This array can be manipulated to navigate throughout