From b8f815ccca53055098b3bf7d74ad68ea0bffb5f2 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 5 Sep 2024 12:02:21 +0200 Subject: [PATCH] docs(components): fix github links --- docs/content/3.components/collapsible.md | 2 +- docs/content/3.components/dropdown-menu.md | 2 +- docs/content/3.components/form-field.md | 2 +- docs/content/3.components/navigation-menu.md | 2 +- docs/content/3.components/separator.md | 2 +- docs/content/3.components/slider.md | 2 +- docs/content/3.components/switch.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/content/3.components/collapsible.md b/docs/content/3.components/collapsible.md index a233232c..4f8b7e00 100644 --- a/docs/content/3.components/collapsible.md +++ b/docs/content/3.components/collapsible.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/collapsible.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Container.vue + to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Collapsible.vue --- ## Usage diff --git a/docs/content/3.components/dropdown-menu.md b/docs/content/3.components/dropdown-menu.md index 68b4b71c..be3d26fe 100644 --- a/docs/content/3.components/dropdown-menu.md +++ b/docs/content/3.components/dropdown-menu.md @@ -7,7 +7,7 @@ links: to: https://www.radix-vue.com/components/dropdown-menu.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Dropdown.vue + to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/DropdownMenu.vue --- ## Usage diff --git a/docs/content/3.components/form-field.md b/docs/content/3.components/form-field.md index 66f91c21..6abeb804 100644 --- a/docs/content/3.components/form-field.md +++ b/docs/content/3.components/form-field.md @@ -4,7 +4,7 @@ description: A wrapper for form elements that provides validation and error hand links: - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/FormGroup.vue + to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/FormField.vue --- ## Usage diff --git a/docs/content/3.components/navigation-menu.md b/docs/content/3.components/navigation-menu.md index 85e3d372..57c25231 100644 --- a/docs/content/3.components/navigation-menu.md +++ b/docs/content/3.components/navigation-menu.md @@ -7,7 +7,7 @@ links: to: https://www.radix-vue.com/components/navigation-menu.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/HorizontalNavigation.vue + to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/NavigationMenu.vue navigation: badge: label: Todo diff --git a/docs/content/3.components/separator.md b/docs/content/3.components/separator.md index d903a9d3..9fd16042 100644 --- a/docs/content/3.components/separator.md +++ b/docs/content/3.components/separator.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/separator.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Divider.vue + to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Separator.vue --- ## Usage diff --git a/docs/content/3.components/slider.md b/docs/content/3.components/slider.md index 8e2bff5f..955cbb43 100644 --- a/docs/content/3.components/slider.md +++ b/docs/content/3.components/slider.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/slider.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Range.vue + to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Slider.vue --- ## Usage diff --git a/docs/content/3.components/switch.md b/docs/content/3.components/switch.md index 73e44b63..dd9a9149 100644 --- a/docs/content/3.components/switch.md +++ b/docs/content/3.components/switch.md @@ -6,7 +6,7 @@ links: to: https://www.radix-vue.com/components/switch.html - label: GitHub icon: i-simple-icons-github - to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Toggle.vue + to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Switch.vue --- ## Usage