From d7aacc7f19201fac7311b5f2e11448bd48100c26 Mon Sep 17 00:00:00 2001 From: Louis Larry Date: Sun, 6 Dec 2015 09:06:44 +0700 Subject: [PATCH] Update id.ts Fix menu section to point to the correct url --- 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 639f988eef..d5c5879e72 100644 --- a/ionic/components/app/id.ts +++ b/ionic/components/app/id.ts @@ -7,7 +7,7 @@ import {IonicApp} from './app'; * no matter where in the UI heirarchy you are. For example, this makes toggling * a global side menu feasible from any place in the application. * - * See the [Menu section](http://localhost:4000/docs/v2/components/#menus) of + * See the [Menu section](http://ionicframework.com/docs/v2/components/#menus) of * the Component docs for an example of how Menus rely on ID's. * * To give any component an ID, simply set its `id` property: