From 1c76cde986dbe31a6d308635797c2c630f95f1cb Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 1 Jun 2017 11:51:14 -0400 Subject: [PATCH] docs(menu): update menu-controller link Closes #11877. Closes https://github.com/ionic-team/ionic-site/issues/1129 --- src/components/app/menu-controller.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/app/menu-controller.ts b/src/components/app/menu-controller.ts index 8e4cf663cd..275c8da1a5 100644 --- a/src/components/app/menu-controller.ts +++ b/src/components/app/menu-controller.ts @@ -6,7 +6,7 @@ import { removeArrayItem, assert } from '../../util/util'; /** * @name MenuController * @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. * 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. @@ -14,7 +14,7 @@ import { removeArrayItem, assert } from '../../util/util'; * * @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. * * ```html