docs(): fix broken links

This commit is contained in:
mhartington
2016-10-10 17:35:07 -04:00
parent 8c3433f6e7
commit 17fdfa80ec
3 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ import { ViewController } from './view-controller';
* navigation stack causes the new page to be animated in, while [popping](#pop)
* the current page will navigate to the previous page in the stack.
*
* Unless you are using a directive like [NavPush](../NavPush/), or need a
* Unless you are using a directive like [NavPush](docs/v2/api/components/nav/NavPush/), or need a
* specific NavController, most times you will inject and use a reference to the
* nearest NavController to manipulate the navigation stack.
*