From 21a66184cd30dcdc64886f407a7679f98ac6cf47 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Wed, 18 Nov 2015 14:00:13 +0100 Subject: [PATCH] docs(api): adjust link to NavController --- ionic/config/decorators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/config/decorators.ts b/ionic/config/decorators.ts index c61a4cd223..c72011c99a 100644 --- a/ionic/config/decorators.ts +++ b/ionic/config/decorators.ts @@ -7,7 +7,7 @@ import {IONIC_DIRECTIVES} from './directives'; /** * _For more information on how pages are created, see the [NavController API - * reference](../../Nav/NavController/#creating_pages)._ + * reference](../../components/nav/NavController/#creating_pages)._ * * The Page decorator indicates that the decorated class is an Ionic * navigation component, meaning it can be navigated to using a NavController.