diff --git a/ionic/components/menu/menu-controller.ts b/ionic/components/menu/menu-controller.ts index 8525d932a3..38ba18d2dc 100644 --- a/ionic/components/menu/menu-controller.ts +++ b/ionic/components/menu/menu-controller.ts @@ -5,9 +5,6 @@ import {MenuType} from './menu-types'; /** * @name Menu * @description - * _For basic Menu usage, see the [Menu section](../../../../components/#menus) - * of the Component docs._ - * * Menu is a side-menu interface that can be dragged and toggled to open or close. * An Ionic app can have numerous menus, all of which can be controlled within * template HTML, or programmatically.