Skip to content

Commit a957127

Browse files
committed
chore: update urls to ui.nuxt.com
1 parent 0ab68c0 commit a957127

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue Dashboard Template with Nuxt UI Pro
22

3-
Get started with the Vite + Vue 3 dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by the [Nuxt UI Pro](https://ui3.nuxt.dev/getting-started/installation/pro/vue) UI Library (Vue mode).
3+
Get started with the Vite + Vue 3 dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by the [Nuxt UI Pro](https://ui.nuxt.com/getting-started/installation/pro/vue) UI Library (Vue mode).
44

55
[Live Demo](https://vue-dashboard-template.nuxt.dev)
66

src/components/UserMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
6161
}], [{
6262
label: 'Documentation',
6363
icon: 'i-lucide-book-open',
64-
to: 'https://ui3.nuxt.dev/getting-started/installation/pro/vue',
64+
to: 'https://ui.nuxt.com/getting-started/installation/pro/vue',
6565
target: '_blank'
6666
}, {
6767
label: 'GitHub repository',

src/pages/settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const links = [[{
1919
}], [{
2020
label: 'Documentation',
2121
icon: 'i-lucide-book-open',
22-
to: 'https://ui3.nuxt.dev/getting-started/installation/pro/nuxt',
22+
to: 'https://ui.nuxt.com/getting-started/installation/pro/nuxt',
2323
target: '_blank'
2424
}, {
2525
label: 'Buy now',

0 commit comments

Comments
 (0)