From b64733aacedb11f0afc6ac25c980fb0be64c3c8f Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Fri, 19 May 2017 22:21:58 +0200 Subject: [PATCH] docs(menu): fix link to MenuController (#11537) fixes driftyco/ionic-site#1080 --- src/components/menu/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menu/menu.ts b/src/components/menu/menu.ts index 7ded973baa..b896e88077 100644 --- a/src/components/menu/menu.ts +++ b/src/components/menu/menu.ts @@ -25,7 +25,7 @@ import { RootNode } from '../split-pane/split-pane'; * will be displayed differently based on the mode, however the display type can be changed * to any of the available [menu types](#menu-types). The menu element should be a sibling * to the app's content element. There can be any number of menus attached to the content. - * These can be controlled from the templates, or programmatically using the [MenuController](../MenuController). + * These can be controlled from the templates, or programmatically using the [MenuController](../app/MenuController). * * @usage *