Skip to content

Commit 0c0ae18

Browse files
committed
fix: fix the documentation link
1 parent 040ebe5 commit 0c0ae18

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

playground/default/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/pinia-with-tests/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/pinia/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/router-pinia-with-tests/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/router-pinia/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/router-with-tests/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/router/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/typescript-pinia-with-tests/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/typescript-pinia/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/typescript-router-pinia-with-tests/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/typescript-router-pinia/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/typescript-router-with-tests/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/typescript-router/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/typescript-with-tests/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/typescript/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

playground/with-tests/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

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

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

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

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

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

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

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

Lines changed: 1 addition & 1 deletion
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://v3.vuejs.org/">official documentation</a>
19+
<a target="_blank" href="https://vuejs.org/">official documentation</a>
2020
provides you with all information you need to get started.
2121
</WelcomeItem>
2222

0 commit comments

Comments
 (0)