diff --git a/docs/src/pages/components/switches/switches.md b/docs/src/pages/components/switches/switches.md index cdff831ce735f3..84cabb0a4533d9 100644 --- a/docs/src/pages/components/switches/switches.md +++ b/docs/src/pages/components/switches/switches.md @@ -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"}}