Skip to content

Commit 8c4e3a8

Browse files
committed
chore: update urls to ui.nuxt.com
1 parent a5661b0 commit 8c4e3a8

File tree

2 files changed

+7
-7
lines changed

2 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
Use this template to get started with [Nuxt UI](https://ui.nuxt.com) quickly.
66

77
- [Live demo](https://starter-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://starter-vue-template.nuxt.dev/" target="_blank">
1111
<picture>
12-
<source media="(prefers-color-scheme: dark)" srcset="https://ui4.nuxt.com/assets/templates/vue/starter-dark.png">
13-
<source media="(prefers-color-scheme: light)" srcset="https://ui4.nuxt.com/assets/templates/vue/starter-light.png">
14-
<img alt="Vue Starter Template" src="https://ui4.nuxt.com/assets/templates/vue/starter-light.png">
12+
<source media="(prefers-color-scheme: dark)" srcset="https://ui.nuxt.com/assets/templates/vue/starter-dark.png">
13+
<source media="(prefers-color-scheme: light)" srcset="https://ui.nuxt.com/assets/templates/vue/starter-light.png">
14+
<img alt="Vue Starter Template" src="https://ui.nuxt.com/assets/templates/vue/starter-light.png">
1515
</picture>
1616
</a>
1717

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

2626
## Deploy your own
2727

28-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=starter-vue&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fstarter-vue&demo-image=https%3A%2F%2Fui4.nuxt.com%2Fassets%2Ftemplates%2Fvue%2Fstarter-dark.png&demo-url=https%3A%2F%2Fstarter-vue-template.nuxt.dev%2F&demo-title=Vue%20Starter%20Template&demo-description=A%20minimal%20template%20to%20get%20started%20with%20Nuxt%20UI.)
28+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=starter-vue&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fstarter-vue&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fvue%2Fstarter-dark.png&demo-url=https%3A%2F%2Fstarter-vue-template.nuxt.dev%2F&demo-title=Vue%20Starter%20Template&demo-description=A%20minimal%20template%20to%20get%20started%20with%20Nuxt%20UI.)
2929

3030
## Setup
3131

src/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description="A production-ready starter template powered by Nuxt UI. Build beautiful, accessible, and performant applications in minutes, not hours."
66
:links="[{
77
label: 'Get started',
8-
to: 'https://ui4.nuxt.com/docs/getting-started/installation/vue',
8+
to: 'https://ui.nuxt.com/docs/getting-started/installation/vue',
99
target: '_blank',
1010
trailingIcon: 'i-lucide-arrow-right',
1111
size: 'xl'
@@ -58,7 +58,7 @@
5858
variant="subtle"
5959
:links="[{
6060
label: 'Start building',
61-
to: 'https://ui4.nuxt.com/docs/getting-started/installation/vue',
61+
to: 'https://ui.nuxt.com/docs/getting-started/installation/vue',
6262
target: '_blank',
6363
trailingIcon: 'i-lucide-arrow-right',
6464
color: 'neutral'

0 commit comments

Comments
 (0)