docs(menu): fix link to menucontroller

This commit is contained in:
mhartington
2017-06-28 11:04:09 -04:00
parent 016b90da47
commit bc7bb21f1a

View File

@@ -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
*