Skip to content

Commit

Permalink
fix: update broken link in release-highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Sep 14, 2023
1 parent c5993f1 commit b071d23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ As a result, a few components were updated to use the same [`HelperText` compone
- `helperTextInvalidIcon`
- `isHelperTextBeforeField`

To add helper text to a form group in place of these properties you should use the `FormHelperText`, `HelperText`, and `HelperTextItem` components directly as part of the `FormGroup`’s children. This implementation is shown in PatternFly's [invalid form example.](components/forms/form#invalid)
To add helper text to a form group in place of these properties you should use the `FormHelperText`, `HelperText`, and `HelperTextItem` components directly as part of the `FormGroup`’s children. This implementation is shown in PatternFly's [invalid form example.](/components/forms/form#invalid)

#### Input group

Expand Down

0 comments on commit b071d23

Please sign in to comment.