docs(menu): update menu-controller link

Closes #11877. Closes https://github.com/ionic-team/ionic-site/issues/1129
This commit is contained in:
Daniel Sogl
2017-06-01 11:51:14 -04:00
committed by mhartington
parent 76a9454285
commit 1c76cde986

View File

@ -6,7 +6,7 @@ import { removeArrayItem, assert } from '../../util/util';
/** /**
* @name MenuController * @name MenuController
* @description * @description
* The MenuController is a provider which makes it easy to control a [Menu](../Menu). * The MenuController is a provider which makes it easy to control a [Menu](../../Menu/Menu/).
* Its methods can be used to display the menu, enable the menu, toggle the menu, and more. * Its methods can be used to display the menu, enable the menu, toggle the menu, and more.
* The controller will grab a reference to the menu by the `side`, `id`, or, if neither * The controller will grab a reference to the menu by the `side`, `id`, or, if neither
* of these are passed to it, it will grab the first menu it finds. * of these are passed to it, it will grab the first menu it finds.
@ -14,7 +14,7 @@ import { removeArrayItem, assert } from '../../util/util';
* *
* @usage * @usage
* *
* Add a basic menu component to start with. See the [Menu](../Menu) API docs * Add a basic menu component to start with. See the [Menu](../../Menu/Menu/) API docs
* for more information on adding menu components. * for more information on adding menu components.
* *
* ```html * ```html