Skip to content

Commit 51b2188

Browse files
committed
chore: update links as Vue 3 becomes the new default
1 parent 3a11b80 commit 51b2188

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

template/code/default/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
16+
<a target="_blank" href="https://vuejs.org/">Vue 3</a>.
1717
</h3>
1818
</div>
1919
</template>

template/code/default/src/components/TheWelcome.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
1515
<template #heading>Documentation</template>
1616

1717
Vue’s
18-
<a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
18+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
1919
provides you with all information you need to get started.
2020
</WelcomeItem>
2121

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848

4949
Get official tools and libraries for your project:
5050
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51-
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
52-
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
51+
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52+
<a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
5353
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
5454
resources, we suggest paying
5555
<a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>

template/code/router/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defineProps({
1313
<h3>
1414
You’ve successfully created a project with
1515
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
16+
<a target="_blank" href="https://vuejs.org/">Vue 3</a>.
1717
</h3>
1818
</div>
1919
</template>

template/code/router/src/components/TheWelcome.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
1515
<template #heading>Documentation</template>
1616

1717
Vue’s
18-
<a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
18+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
1919
provides you with all information you need to get started.
2020
</WelcomeItem>
2121

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848

4949
Get official tools and libraries for your project:
5050
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51-
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
52-
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
51+
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52+
<a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
5353
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
5454
resources, we suggest paying
5555
<a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>

template/code/typescript-default/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defineProps<{
1010
<h3>
1111
You’ve successfully created a project with
1212
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
13-
<a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
13+
<a target="_blank" href="https://vuejs.org/">Vue 3</a>.
1414
</h3>
1515
</div>
1616
</template>

template/code/typescript-default/src/components/TheWelcome.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
1515
<template #heading>Documentation</template>
1616

1717
Vue’s
18-
<a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
18+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
1919
provides you with all information you need to get started.
2020
</WelcomeItem>
2121

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848

4949
Get official tools and libraries for your project:
5050
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51-
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
52-
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
51+
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52+
<a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
5353
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
5454
resources, we suggest paying
5555
<a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>

template/code/typescript-router/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defineProps<{
1010
<h3>
1111
You’ve successfully created a project with
1212
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
13-
<a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>. What's next?
13+
<a target="_blank" href="https://vuejs.org/">Vue 3</a>. What's next?
1414
</h3>
1515
</div>
1616
</template>

template/code/typescript-router/src/components/TheWelcome.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
1515
<template #heading>Documentation</template>
1616

1717
Vue’s
18-
<a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
18+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
1919
provides you with all information you need to get started.
2020
</WelcomeItem>
2121

@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848

4949
Get official tools and libraries for your project:
5050
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51-
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
52-
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
51+
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52+
<a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
5353
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
5454
resources, we suggest paying
5555
<a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy