From 135beb77e0cb6d651ad03a104516b176785b6c2d Mon Sep 17 00:00:00 2001 From: Johann Philipp Strathausen Date: Tue, 7 Jun 2016 14:59:08 +0200 Subject: [PATCH] Getting-started.md: typo ms->md --- doc/Getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Getting-started.md b/doc/Getting-started.md index 2f66b0d3..541eb210 100644 --- a/doc/Getting-started.md +++ b/doc/Getting-started.md @@ -585,7 +585,7 @@ admin.menu(nga.menu() `nga.menu()` creates a Menu object. A Menu object represents a menu item, and it can have submenus. Calling `ng.menu()` with an entity parameter sets the menu name, link, and active function automatically. `admin.menu()`, which configures the application menu, expects a root menu object as parameter, and displays the children of this root menu in the sidebar. -Using `admin.menu()`, you can add menu items for pages not handled by ng-admin, hide or reorder entity menus, update the name and icon of menu items, and even add submenus! Check the [Menus documentation](Menus.ms) for more details. +Using `admin.menu()`, you can add menu items for pages not handled by ng-admin, hide or reorder entity menus, update the name and icon of menu items, and even add submenus! Check the [Menus documentation](Menus.md) for more details. And if you feel like customizing the home page of the admin app, check out the [Dashboard documentation](Dashboard.md) for a how-to.