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