Skip to content

Commit

Permalink
Fix: Broken links on ToolbarGroup documentation. (#54229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Sep 6, 2023
1 parent 809bd8d commit dedc74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/toolbar/toolbar-group/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ToolbarGroup

A ToolbarGroup can be used to create subgroups of controls inside a [Toolbar](/packages/components/src/toolbar/README.md).
A ToolbarGroup can be used to create subgroups of controls inside a [Toolbar](/packages/components/src/toolbar/toolbar/README.md).

## Usage

Expand Down Expand Up @@ -30,4 +30,4 @@ ToolbarGroup will pass all HTML props to the underlying element.

## Related components

- ToolbarGroup may contain [ToolbarButton](/packages/components/src/toolbar/toolbar-button/README.md) and [ToolbarItem](/packages/components/src/toolbar/toolbar-Item/README.md) as children.
- ToolbarGroup may contain [ToolbarButton](/packages/components/src/toolbar/toolbar-button/README.md) and [ToolbarItem](/packages/components/src/toolbar/toolbar-item/README.md) as children.

0 comments on commit dedc74d

Please sign in to comment.