]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: update links as Vue 3 becomes the new default
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 7 Feb 2022 07:55:26 +0000 (15:55 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 7 Feb 2022 07:55:26 +0000 (15:55 +0800)
template/code/default/src/components/HelloWorld.vue
template/code/default/src/components/TheWelcome.vue
template/code/router/src/components/HelloWorld.vue
template/code/router/src/components/TheWelcome.vue
template/code/typescript-default/src/components/HelloWorld.vue
template/code/typescript-default/src/components/TheWelcome.vue
template/code/typescript-router/src/components/HelloWorld.vue
template/code/typescript-router/src/components/TheWelcome.vue

index e9cf262cf454d0eafc590c53ed476f93b8802244..1b8faac1521345513353e96050dd24d94610d432 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
+      <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
     </h3>
   </div>
 </template>
index 3ab0f18f0a92b96b3b2f2f8fc15ccb5144f59cfb..ff2793d10cb7a4ee4fb95844a1e768802a71261c 100644 (file)
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
     <template #heading>Documentation</template>
 
     Vue’s
-    <a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
+    <a target="_blank" href="https://vuejs.org/">official documentation</a>
     provides you with all information you need to get started.
   </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
 
     Get official tools and libraries for your project:
     <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
-    <a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
-    <a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
+    <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+    <a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
     <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
     resources, we suggest paying
     <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
index e9cf262cf454d0eafc590c53ed476f93b8802244..1b8faac1521345513353e96050dd24d94610d432 100644 (file)
@@ -13,7 +13,7 @@ defineProps({
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
+      <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
     </h3>
   </div>
 </template>
index 3ab0f18f0a92b96b3b2f2f8fc15ccb5144f59cfb..ff2793d10cb7a4ee4fb95844a1e768802a71261c 100644 (file)
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
     <template #heading>Documentation</template>
 
     Vue’s
-    <a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
+    <a target="_blank" href="https://vuejs.org/">official documentation</a>
     provides you with all information you need to get started.
   </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
 
     Get official tools and libraries for your project:
     <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
-    <a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
-    <a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
+    <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+    <a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
     <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
     resources, we suggest paying
     <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
index b6542cedfa35565d8334a91e16ff546da5182348..f5f67437b737d580b3ccb8b95c5011c0bbbe373e 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
+      <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
     </h3>
   </div>
 </template>
index ad88e8f9664ff9e938df1fc0a1b220c989c7312f..1a8876f7ec46b022dba405e48a670e4fc1d07d16 100644 (file)
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
     <template #heading>Documentation</template>
 
     Vue’s
-    <a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
+    <a target="_blank" href="https://vuejs.org/">official documentation</a>
     provides you with all information you need to get started.
   </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
 
     Get official tools and libraries for your project:
     <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
-    <a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
-    <a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
+    <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+    <a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
     <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
     resources, we suggest paying
     <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
index ca1ebfd6dec530fcea37e583ec091ba1e3eb8df3..aa2f7f1bf234fb541d7d07f3e8fa422684ae700e 100644 (file)
@@ -10,7 +10,7 @@ defineProps<{
     <h3>
       You’ve successfully created a project with
       <a target="_blank" href="https://vitejs.dev/">Vite</a> +
-      <a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>. What's next?
+      <a target="_blank" href="https://vuejs.org/">Vue 3</a>. What's next?
     </h3>
   </div>
 </template>
index ad88e8f9664ff9e938df1fc0a1b220c989c7312f..1a8876f7ec46b022dba405e48a670e4fc1d07d16 100644 (file)
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
     <template #heading>Documentation</template>
 
     Vue’s
-    <a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
+    <a target="_blank" href="https://vuejs.org/">official documentation</a>
     provides you with all information you need to get started.
   </WelcomeItem>
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
 
     Get official tools and libraries for your project:
     <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
-    <a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
-    <a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
+    <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
+    <a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
     <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
     resources, we suggest paying
     <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>