Skip to content

Commit 6b0234e

Browse files
committed
chore: update links
1 parent c03f690 commit 6b0234e

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://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</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
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

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

@@ -49,7 +49,7 @@ import SupportIcon from './icons/IconSupport.vue'
4949

5050
Get official tools and libraries for your project:
5151
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

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://vuejs.org/">Vue 2</a>.
16+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</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
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

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

@@ -49,7 +49,7 @@ import SupportIcon from './icons/IconSupport.vue'
4949

5050
Get official tools and libraries for your project:
5151
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

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://vuejs.org/">Vue 2</a>.
13+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</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
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

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

@@ -49,7 +49,7 @@ import SupportIcon from './icons/IconSupport.vue'
4949

5050
Get official tools and libraries for your project:
5151
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

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://vuejs.org/">Vue 2</a>. What's next?
13+
<a target="_blank" href="https://v2.vuejs.org/">Vue 2</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
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
1616
<template #heading>Documentation</template>
1717

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

@@ -49,7 +49,7 @@ import SupportIcon from './icons/IconSupport.vue'
4949

5050
Get official tools and libraries for your project:
5151
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52+
<a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
5353
<a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
5454
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
5555
more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
8080

8181
As an independent project, Vue relies on community backing for its sustainability. You can
8282
help us by
83-
<a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83+
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
8484
</WelcomeItem>
8585
</div>
8686
</template>

0 commit comments

Comments
 (0)