docs(): update broken links for nav and tab

Closes #9241
This commit is contained in:
iwejay
2016-11-19 14:41:05 +05:30
committed by mhartington
parent a78178ae23
commit a83e3f5fd3

View File

@ -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