Skip to content

Commit bc7bb21

Browse files
committed
docs(menu): fix link to menucontroller
1 parent 016b90d commit bc7bb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/menu/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { RootNode } from '../split-pane/split-pane';
2525
* will be displayed differently based on the mode, however the display type can be changed
2626
* to any of the available [menu types](#menu-types). The menu element should be a sibling
2727
* to the app's content element. There can be any number of menus attached to the content.
28-
* These can be controlled from the templates, or programmatically using the [MenuController](../app/MenuController).
28+
* These can be controlled from the templates, or programmatically using the [MenuController](../../app/MenuController).
2929
*
3030
* @usage
3131
*

0 commit comments

Comments
 (0)