Skip to content

Commit 171c788

Browse files
committed
chore: update urls to ui.nuxt.com
1 parent 71458d8 commit 171c788

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Get started with the Vite + Vue dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by [Nuxt UI](https://ui.nuxt.com).
66

77
- [Live Demo](https://dashboard-vue-template.nuxt.dev)
8-
- [Documentation](https://ui4.nuxt.com/docs/getting-started/installation/vue)
8+
- [Documentation](https://ui.nuxt.com/docs/getting-started/installation/vue)
99

1010
<a href="https://dashboard-vue-template.nuxt.dev/" target="_blank">
1111
<picture>
12-
<source media="(prefers-color-scheme: dark)" srcset="https://ui4.nuxt.com/assets/templates/vue/dashboard-dark.png">
13-
<source media="(prefers-color-scheme: light)" srcset="https://ui4.nuxt.com/assets/templates/vue/dashboard-light.png">
14-
<img alt="Nuxt Dashboard Template" src="https://ui4.nuxt.com/assets/templates/vue/dashboard-light.png">
12+
<source media="(prefers-color-scheme: dark)" srcset="https://ui.nuxt.com/assets/templates/vue/dashboard-dark.png">
13+
<source media="(prefers-color-scheme: light)" srcset="https://ui.nuxt.com/assets/templates/vue/dashboard-light.png">
14+
<img alt="Nuxt Dashboard Template" src="https://ui.nuxt.com/assets/templates/vue/dashboard-light.png">
1515
</picture>
1616
</a>
1717

@@ -25,7 +25,7 @@ npm create nuxt@latest -- --no-modules -t github:nuxt-ui-templates/dashboard-vue
2525

2626
## Deploy your own
2727

28-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=dashboard-vue&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdashboard-vue&demo-image=https%3A%2F%2Fui4.nuxt.com%2Fassets%2Ftemplates%2Fvue%2Fdashboard-dark.png&demo-url=https%3A%2F%2Fdashboard-vue-template.nuxt.dev%2F&demo-title=Vue%20Dashboard%20Template&demo-description=A%20dashboard%20template%20with%20multi-column%20layout%20for%20building%20sophisticated%20admin%20interfaces.)
28+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=dashboard-vue&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdashboard-vue&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fvue%2Fdashboard-dark.png&demo-url=https%3A%2F%2Fdashboard-vue-template.nuxt.dev%2F&demo-title=Vue%20Dashboard%20Template&demo-description=A%20dashboard%20template%20with%20multi-column%20layout%20for%20building%20sophisticated%20admin%20interfaces.)
2929

3030
## Setup
3131

src/components/UserMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
109109
}], [{
110110
label: 'Documentation',
111111
icon: 'i-lucide-book-open',
112-
to: 'https://ui4.nuxt.com/docs/getting-started/installation/vue',
112+
to: 'https://ui.nuxt.com/docs/getting-started/installation/vue',
113113
target: '_blank'
114114
}, {
115115
label: 'GitHub repository',

src/pages/settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const links = [[{
2121
}], [{
2222
label: 'Documentation',
2323
icon: 'i-lucide-book-open',
24-
to: 'https://ui4.nuxt.com/docs/getting-started/installation/vue',
24+
to: 'https://ui.nuxt.com/docs/getting-started/installation/vue',
2525
target: '_blank'
2626
}]] satisfies NavigationMenuItem[][]
2727
</script>

0 commit comments

Comments
 (0)