From 495a59e33ec950d4fb9699c09fd9bb952e9233b4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 21 Jun 2024 11:19:12 -0400 Subject: [PATCH] fix links --- docs/docs/components/checkbox.md | 2 +- docs/docs/components/color-picker.md | 2 +- docs/docs/components/input.md | 2 +- docs/docs/components/page.md | 4 ++-- docs/docs/components/radio.md | 2 +- docs/docs/components/range.md | 2 +- docs/docs/components/select.md | 4 ++-- docs/docs/components/switch.md | 2 +- docs/docs/components/textarea.md | 2 +- docs/docs/installation.md | 2 +- docs/docs/themes.md | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) 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 `
`, `
`, `