diff --git a/src/components/toolbar/toolbar.ts b/src/components/toolbar/toolbar.ts index 57af427b38..0d9a81cee3 100644 --- a/src/components/toolbar/toolbar.ts +++ b/src/components/toolbar/toolbar.ts @@ -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 `` or ``, * the toolbars stay fixed in their respective location. When placed within * ``, toolbars will scroll with the content.