diff --git a/docs/docs/components/checkbox.md b/docs/docs/components/checkbox.md index 5d7e61c2b..4251983ff 100644 --- a/docs/docs/components/checkbox.md +++ b/docs/docs/components/checkbox.md @@ -9,7 +9,7 @@ layout: component ``` :::info -This component works with standard `
` elements. Please refer to the section on [form controls](/getting-started/form-controls) to learn more about form submission and client-side validation. +This component works with standard `` elements. Please refer to the section on [form controls](/docs/form-controls) to learn more about form submission and client-side validation. ::: ## Examples diff --git a/docs/docs/components/color-picker.md b/docs/docs/components/color-picker.md index 5c9522024..baf5547cf 100644 --- a/docs/docs/components/color-picker.md +++ b/docs/docs/components/color-picker.md @@ -9,7 +9,7 @@ layout: component ``` :::info -This component works with standard `` elements. Please refer to the section on [form controls](/getting-started/form-controls) to learn more about form submission and client-side validation. +This component works with standard `` elements. Please refer to the section on [form controls](/docs/form-controls) to learn more about form submission and client-side validation. ::: ## Examples diff --git a/docs/docs/components/input.md b/docs/docs/components/input.md index d28f0fe04..267fc1587 100644 --- a/docs/docs/components/input.md +++ b/docs/docs/components/input.md @@ -9,7 +9,7 @@ layout: component ``` :::info -This component works with standard `` elements. Please refer to the section on [form controls](/getting-started/form-controls) to learn more about form submission and client-side validation. +This component works with standard `` elements. Please refer to the section on [form controls](/docs/form-controls) to learn more about form submission and client-side validation. ::: ## Examples diff --git a/docs/docs/components/page.md b/docs/docs/components/page.md index 078b74236..578b91993 100644 --- a/docs/docs/components/page.md +++ b/docs/docs/components/page.md @@ -6,7 +6,7 @@ layout: component The layout component is designed to power full webpages. It is flexible enough to handle most modern designs and includes a simple mechanism for handling desktop and mobile navigation. -A number of sections are available as part of the layout, most of which are optional. Content is added by [slotting elements](/getting-started/usage/#slots) into various locations. +A number of sections are available as part of the layout, most of which are optional. Content is added by [slotting elements](/docs/usage/#slots) into various locations. This component _does not_ implement any [content sectioning](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#content_sectioning) or "semantic elements" internally (such as `
`, `
`, `