From 7d8e567c652658971c7026ee099c066b1a1ea191 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Tue, 9 Feb 2016 18:37:01 -0600 Subject: [PATCH] docs(id): fix broken link --- ionic/components/app/id.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/app/id.ts b/ionic/components/app/id.ts index cca91f0c97..800895c127 100644 --- a/ionic/components/app/id.ts +++ b/ionic/components/app/id.ts @@ -18,7 +18,7 @@ import {IonicApp} from './app'; * * ``` * - * To get a reference to the registered component, inject the [IonicApp](../app/IonicApp/) + * To get a reference to the registered component, inject the [IonicApp](../IonicApp/) * service: * ```ts * constructor(app: IonicApp) {