From 13cf6a6cb72902633ce9281841ea25bf2ded4460 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Wed, 4 Jan 2017 20:50:32 +0100 Subject: [PATCH] docs(menu-toggle): fix broken link path correction in description old -> nav/NavBar new -> navbar/Navbar --- src/components/menu/menu-toggle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *