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 *