Skip to content

Commit f4817d2

Browse files
committed
fix nuxt links
1 parent acda072 commit f4817d2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

nuxt/app/components/app/Header.vue

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const items = [
4949
label: 'Nuxt UI v3 Docs',
5050
description: 'Nuxt UI library: Styled, accessible, customizable components for web apps.',
5151
icon: 'i-simple-icons:nuxt',
52-
to: "https://ui3.nuxt.dev/getting-started",
52+
to: "https://ui.nuxt.com/getting-started",
5353
target: "_blank",
5454
},
5555
{
@@ -63,93 +63,93 @@ const items = [
6363
label: 'Tailwind CSS 4',
6464
icon: 'i-simple-icons:tailwindcss',
6565
description: 'Rapidly build modern websites without ever leaving your HTML.',
66-
to: "https://tailwindcss.com/docs/v4-beta",
66+
to: "https://tailwindcss.com/docs",
6767
target: "_blank",
6868
}
6969
]
7070
},
7171
{
7272
label: 'UI Components',
7373
icon: 'i-lucide-box',
74-
to: 'https://ui3.nuxt.dev/components',
74+
to: 'https://ui.nuxt.com/components',
7575
target: "_blank",
7676
children: [
7777
{
7878
label: 'Link',
7979
icon: 'i-lucide-file-text',
8080
description: 'Use NuxtLink with superpowers.',
81-
to: 'https://ui3.nuxt.dev/components/link',
81+
to: 'https://ui.nuxt.com/components/link',
8282
target: "_blank",
8383
},
8484
{
8585
label: 'Modal',
8686
icon: 'i-lucide-file-text',
8787
description: 'Display a modal within your application.',
88-
to: 'https://ui3.nuxt.dev/components/modal',
88+
to: 'https://ui.nuxt.com/components/modal',
8989
target: "_blank",
9090
},
9191
{
9292
label: 'NavigationMenu',
9393
icon: 'i-lucide-file-text',
9494
description: 'Display a list of links.',
95-
to: 'https://ui3.nuxt.dev/components/navigation-menu',
95+
to: 'https://ui.nuxt.com/components/navigation-menu',
9696
target: "_blank",
9797
},
9898
{
9999
label: 'Pagination',
100100
icon: 'i-lucide-file-text',
101101
description: 'Display a list of pages.',
102-
to: 'https://ui3.nuxt.dev/components/pagination',
102+
to: 'https://ui.nuxt.com/components/pagination',
103103
target: "_blank",
104104
},
105105
{
106106
label: 'Popover',
107107
icon: 'i-lucide-file-text',
108108
description: 'Display a non-modal dialog that floats around a trigger element.',
109-
to: 'https://ui3.nuxt.dev/components/popover',
109+
to: 'https://ui.nuxt.com/components/popover',
110110
target: "_blank",
111111
},
112112
{
113113
label: 'Progress',
114114
icon: 'i-lucide-file-text',
115115
description: 'Show a horizontal bar to indicate task progression.',
116-
to: 'https://ui3.nuxt.dev/components/progress',
116+
to: 'https://ui.nuxt.com/components/progress',
117117
target: "_blank",
118118
}
119119
]
120120
},
121121
{
122122
label: 'UI Composables',
123123
icon: 'i-lucide-database',
124-
to: 'https://ui3.nuxt.dev/composables',
124+
to: 'https://ui.nuxt.com/composables',
125125
target: "_blank",
126126
children: [
127127
{
128128
label: 'defineShortcuts',
129129
icon: 'i-lucide-file-text',
130130
description: 'Define shortcuts for your application.',
131-
to: 'https://ui3.nuxt.dev/composables/define-shortcuts',
131+
to: 'https://ui.nuxt.com/composables/define-shortcuts',
132132
target: "_blank",
133133
},
134134
{
135135
label: 'useModal',
136136
icon: 'i-lucide-file-text',
137137
description: 'Display a modal within your application.',
138-
to: 'https://ui3.nuxt.dev/composables/use-modal',
138+
to: 'https://ui.nuxt.com/composables/use-modal',
139139
target: "_blank",
140140
},
141141
{
142142
label: 'useSlideover',
143143
icon: 'i-lucide-file-text',
144144
description: 'Display a slideover within your application.',
145-
to: 'https://ui3.nuxt.dev/composables/use-slideover',
145+
to: 'https://ui.nuxt.com/composables/use-slideover',
146146
target: "_blank",
147147
},
148148
{
149149
label: 'useToast',
150150
icon: 'i-lucide-file-text',
151151
description: 'Display a toast within your application.',
152-
to: 'https://ui3.nuxt.dev/composables/use-toast',
152+
to: 'https://ui.nuxt.com/composables/use-toast',
153153
target: "_blank",
154154
}
155155
]

0 commit comments

Comments
 (0)