docs(): fix path (nav->navbar) typo

This commit is contained in:
Da-FyK
2016-08-12 22:26:16 +02:00
committed by Adam Bradley
parent 3324e32617
commit 8d0cc39357

View File

@@ -135,7 +135,7 @@ export class ToolbarBase extends Ion {
* @name Toolbar
* @description
* A Toolbar is a generic bar that is positioned above or below content.
* Unlike a [Navbar](../../nav/Navbar), a toolbar can be used as a subheader.
* Unlike a [Navbar](../../navbar/Navbar), a toolbar can be used as a subheader.
* When toolbars are placed within an `<ion-header>` or `<ion-footer>`,
* the toolbars stay fixed in their respective location. When placed within
* `<ion-content>`, toolbars will scroll with the content.