docs(): update links

This commit is contained in:
mhartington
2016-10-12 14:17:31 -04:00
parent c996d85d06
commit 58beb4173f
3 changed files with 5 additions and 5 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](docs/v2/api/components/nav/NavPush/), or need a
* Unless you are using a directive like [NavPush](../../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.
*