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) {