diff --git a/src/components/menu/menu-toggle.ts b/src/components/menu/menu-toggle.ts index 7ed8de99cc..5b1569cf45 100644 --- a/src/components/menu/menu-toggle.ts +++ b/src/components/menu/menu-toggle.ts @@ -9,7 +9,7 @@ import { ViewController } from '../../navigation/view-controller'; * @name MenuToggle * @description * The `menuToggle` directive can be placed on any button to toggle a menu open or closed. - * If it is added to the [NavBar](../../nav/NavBar) of a page, the button will only appear + * If it is added to the [NavBar](../../navbar/NavBar) of a page, the button will only appear * when the page it's in is currently a root page. See the [Menu Navigation Bar Behavior](../Menu#navigation-bar-behavior) * docs for more information. *