Skip to content

Commit

Permalink
chore(docs): fix link on button page (#9746)
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin authored Oct 16, 2023
1 parent b9c68a1 commit 5899ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PatternFly supports several button styling variants to be used in different scen
| Warning | Warning buttons may be used for actions that change an important setting or behavior, but not in a destructive or irreversible way. |
| Link | Links are labeled, but have no background or border. Use for actions that require less emphasis, actions that navigate users to another page within the same window, and/or actions that navigate to external pages in a new window. Links may be placed inline with text using the `isInline` property.|
| Plain | Plain buttons have no styling and are intended to be labeled with icons. |
| Control | Control buttons can be labeled with text or icons. Primarily intended to be paired with other controls in an [input group](https://www.patternfly.org/v4/components/input-group). |
| Control | Control buttons can be labeled with text or icons. Primarily intended to be paired with other controls in an [input group](/components/input-group). |

### Disabled buttons

Expand Down

0 comments on commit 5899ab0

Please sign in to comment.