We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016b90d commit bc7bb21Copy full SHA for bc7bb21
src/components/menu/menu.ts
@@ -25,7 +25,7 @@ import { RootNode } from '../split-pane/split-pane';
25
* will be displayed differently based on the mode, however the display type can be changed
26
* to any of the available [menu types](#menu-types). The menu element should be a sibling
27
* 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).
+ * These can be controlled from the templates, or programmatically using the [MenuController](../../app/MenuController).
29
*
30
* @usage
31
0 commit comments