Skip to content

Commit eee78cc

Browse files
committed
chore: update urls to ui.nuxt.com
1 parent 63194fa commit eee78cc

File tree

7 files changed

+19
-20
lines changed

7 files changed

+19
-20
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Nuxt Studio](https://img.shields.io/badge/Open%20in%20Nuxt%20Studio-18181B?&logo=nuxt.js&logoColor=3BB5EC)](https://nuxt.studio/themes/docs)
77

88
- [Live demo](https://docs-template.nuxt.dev)
9-
- [Documentation](https://ui3.nuxt.dev/getting-started/installation/pro/nuxt)
9+
- [Documentation](https://ui.nuxt.com/getting-started/installation/pro/nuxt)
1010
- [Clone on Nuxt Studio](https://content.nuxt.com/templates/docs)
1111

1212
[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)](https://hub.nuxt.com/new?repo=nuxt-ui-pro/docs)

app/app.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineAppConfig({
2828
colorMode: true,
2929
links: [{
3030
'icon': 'i-simple-icons-github',
31-
'to': 'https://github.com/nuxt-ui-pro/docs/tree/v3',
31+
'to': 'https://github.com/nuxt-ui-pro/docs',
3232
'target': '_blank',
3333
'aria-label': 'GitHub'
3434
}]
@@ -71,7 +71,7 @@ export default defineAppConfig({
7171
}, {
7272
icon: 'i-lucide-book-open',
7373
label: 'Nuxt UI Pro docs',
74-
to: 'https://ui3.nuxt.dev/getting-started/installation/pro/nuxt',
74+
to: 'https://ui.nuxt.com/getting-started/installation/pro/nuxt',
7575
target: '_blank'
7676
}, {
7777
icon: 'i-simple-icons-nuxtdotjs',

content/1.getting-started/1.index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Welcome to Nuxt UI Pro documentation template.
44
navigation.icon: i-lucide-house
55
---
66

7-
This template is a ready-to-use documentation template made with [Nuxt UI Pro](https://ui3.nuxt.dev/pro), a collection of premium components built on top of [Nuxt UI](https://ui3.nuxt.dev) to create beautiful & responsive Nuxt applications in minutes.
7+
This template is a ready-to-use documentation template made with [Nuxt UI Pro](https://ui.nuxt.com/pro), a collection of premium components built on top of [Nuxt UI](https://ui.nuxt.com) to create beautiful & responsive Nuxt applications in minutes.
88

99
There are already many websites based on this template:
1010

@@ -24,7 +24,7 @@ The Nuxt website
2424
---
2525
title: Nuxt UI
2626
icon: i-simple-icons-nuxtdotjs
27-
to: https://ui3.nuxt.dev
27+
to: https://ui.nuxt.com
2828
target: _blank
2929
---
3030
The documentation of `@nuxt/ui` and `@nuxt/ui-pro`
@@ -77,7 +77,7 @@ The best place to manage your projects, environments and variables.
7777
This template includes a range of features designed to streamline documentation management:
7878

7979
- **Powered by [Nuxt 3](https://nuxt.com)**: Utilizes the latest Nuxt framework for optimal performance.
80-
- **Built with [Nuxt UI](https://ui3.nuxt.dev) and [Nuxt UI Pro](https://ui3.nuxt.dev/pro)**: Integrates a comprehensive suite of UI components.
80+
- **Built with [Nuxt UI](https://ui.nuxt.com) and [Nuxt UI Pro](https://ui.nuxt.com/pro)**: Integrates a comprehensive suite of UI components.
8181
- **[MDC Syntax](https://content.nuxt.com/usage/markdown) via [Nuxt Content](https://content.nuxt.com)**: Supports Markdown with component integration for dynamic content.
8282
- **[Nuxt Studio](https://content.nuxt.com/docs/studio) Compatible**: Offers integration with Nuxt Studio for content editing.
8383
- **Auto-generated Sidebar Navigation**: Automatically generates navigation from content structure.

content/1.getting-started/3.usage.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ navigation.icon: i-lucide-sliders
66

77
This is only a basic example of what you can achieve with [Nuxt UI Pro](https://ui.nuxt.com/pro/guide), you can tweak it to match your needs. The template uses several Nuxt modules underneath like [`@nuxt/content`](https://content.nuxt.com) for the content and [`nuxt-og-image`](https://nuxtseo.com/og-image/getting-started/installation) for social previews.
88

9-
::tip{target="_blank" to="https://ui3.nuxt.dev/getting-started/installation/pro/nuxt"}
9+
::tip{target="_blank" to="https://ui.nuxt.com/getting-started/installation/pro/nuxt"}
1010
Learn more on how to take the most out of Nuxt UI Pro!
1111
::
1212

@@ -40,7 +40,7 @@ export default defineAppConfig({
4040
// Customize links
4141
links: [{
4242
'icon': 'i-simple-icons-github',
43-
'to': 'https://github.com/nuxt-ui-pro/docs/tree/v3',
43+
'to': 'https://github.com/nuxt-ui-pro/docs',
4444
'target': '_blank',
4545
'aria-label': 'GitHub'
4646
}]
@@ -104,7 +104,7 @@ export default defineAppConfig({
104104
}, {
105105
icon: 'i-lucide-book-open',
106106
label: 'Nuxt UI Pro docs',
107-
to: 'https://ui3.nuxt.dev/getting-started/installation/pro/nuxt',
107+
to: 'https://ui.nuxt.com/getting-started/installation/pro/nuxt',
108108
target: '_blank'
109109
}, {
110110
icon: 'i-simple-icons-nuxtdotjs',

content/2.essentials/1.markdown-syntax.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ To create a link, wrap the link text in brackets `[]()`.
7272

7373
::code-preview{class="[&>div]:*:my-0"}
7474

75-
[Nuxt UI Pro](https://ui3.nuxt.dev/getting-started/installation/pro/nuxt)
75+
[Nuxt UI Pro](https://ui.nuxt.com/getting-started/installation/pro/nuxt)
7676

7777
#code
7878

7979
```mdc
80-
[Nuxt UI Pro](https://ui3.nuxt.dev/getting-started/installation/pro/nuxt)
80+
[Nuxt UI Pro](https://ui.nuxt.com/getting-started/installation/pro/nuxt)
8181
```
8282

8383
::
@@ -215,16 +215,15 @@ Multi-line blockquotes are suitable for longer quotes or when you need to includ
215215
::code-preview{class="[&>div]:*:my-0"}
216216

217217
> Nuxt UI Pro is a collection of Vue components, composables and utils built on top of Nuxt UI, oriented on structure and layout and designed to be used as building blocks for your app.
218-
>
218+
>
219219
> Create beautiful, responsive, and accessible Vue applications with Nuxt UI Pro.
220220
221221
#code
222222

223223
```mdc
224224
> Nuxt UI Pro is a collection of Vue components, composables and utils built on top of Nuxt UI, oriented on structure and layout and designed to be used as building blocks for your app.
225-
>
225+
>
226226
> Create beautiful, responsive, and accessible Vue applications with Nuxt UI Pro.
227227
```
228228

229229
::
230-

content/2.essentials/2.code-blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Check out the [deployment documentation](https://nuxt.com/docs/getting-started/d
358358

359359
::
360360

361-
::note{to="https://ui3.nuxt.dev/getting-started/typography#codetree" target="_blank"}
361+
::note{to="https://ui.nuxt.com/getting-started/typography#codetree" target="_blank"}
362362
Learn more about the `code-tree` component.
363363
::
364364

content/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Nuxt UI Pro is a collection of premium components built on top of Nuxt UI to cre
3737
icon: i-simple-icons-github
3838
size: xl
3939
target: _blank
40-
to: https://github.com/nuxt-ui-pro/docs/tree/v3
40+
to: https://github.com/nuxt-ui-pro/docs
4141
variant: subtle
4242
---
4343
Use this template
@@ -54,7 +54,7 @@ All-in-one documentation template
5454
color: neutral
5555
size: lg
5656
target: _blank
57-
to: https://ui3.nuxt.dev/getting-started/installation/pro/nuxt
57+
to: https://ui.nuxt.com/getting-started/installation/pro/nuxt
5858
trailingIcon: i-lucide-arrow-right
5959
variant: subtle
6060
---
@@ -92,7 +92,7 @@ All-in-one documentation template
9292
---
9393
icon: i-lucide-sparkles
9494
target: _blank
95-
to: https://ui3.nuxt.dev
95+
to: https://ui.nuxt.com
9696
---
9797
#title
9898
Nuxt UI v3
@@ -131,7 +131,7 @@ All-in-one documentation template
131131
---
132132
icon: i-lucide-search
133133
target: _blank
134-
to: https://ui3.nuxt.dev/components/content-search
134+
to: https://ui.nuxt.com/components/content-search
135135
---
136136
#title
137137
Search
@@ -151,7 +151,7 @@ All-in-one documentation template
151151
icon: i-lucide-shopping-cart
152152
color: neutral
153153
- label: License
154-
to: https://ui3.nuxt.dev/getting-started/license
154+
to: https://ui.nuxt.com/getting-started/license
155155
trailingIcon: i-lucide-circle-help
156156
target: _blank
157157
color: neutral

0 commit comments

Comments
 (0)