From 319130881e000ec4313c4dd23d26f17c6eac6342 Mon Sep 17 00:00:00 2001 From: Turner Bowling Date: Thu, 16 Jan 2020 11:34:29 -0500 Subject: [PATCH] Fixed link in switches.md Updated broken link to Checkboxes with proper, minimal link. --- docs/src/pages/components/switches/switches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}