diff --git a/src/components/fieldset/readme.md b/src/components/fieldset/readme.md index 0a48925318..b24d852a29 100644 --- a/src/components/fieldset/readme.md +++ b/src/components/fieldset/readme.md @@ -12,7 +12,7 @@ demo: slug: example-fields --- -A field set uses the standard HTML `
` and `` element and simply adds CSS to style the `` element text. A `
` is not expandable. For that, you can use the [expandable area](./expandablearea) component. +A field set uses the standard HTML `
` and `` element and simply adds CSS to style the `` element text. A `
` is not expandable. For that, you can use the [expandable area](../expandablearea/readme.md) component. Here is an example showing a few input fields in a `
`. Anything can go inside a `
` but is usually used for input fields.