Skip to content

Commit

Permalink
Fixed link in switches.md
Browse files Browse the repository at this point in the history
Updated broken link to Checkboxes with proper, minimal link.
  • Loading branch information
TurnerB24 committed Jan 16, 2020
1 parent 2f817e7 commit 3191308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/switches/switches.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ should be made clear from the corresponding inline label.
## Switches with FormGroup

`FormGroup` is a helpful wrapper used to group selection controls components that provides an easier API.
However, we encourage you to use a [Checkbox](https://material-ui.com/components/checkboxes/) instead.
However, we encourage you to use a [Checkbox](/components/checkboxes/) instead.

{{"demo": "pages/components/switches/SwitchesGroup.js"}}

Expand Down

0 comments on commit 3191308

Please sign in to comment.