From bc7bb21f1a39d10ea6a519f3af3e59db960f125f Mon Sep 17 00:00:00 2001 From: mhartington Date: Wed, 28 Jun 2017 11:04:09 -0400 Subject: [PATCH] docs(menu): fix link to menucontroller --- 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 03ba844abe..fa696fa8ef 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](../app/MenuController). + * These can be controlled from the templates, or programmatically using the [MenuController](../../app/MenuController). * * @usage *