@@ -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
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
4848 <template #heading >Ecosystem</template >
4949
5050 Get official tools and libraries for your project:
51- <a target =" _blank" href =" https://vuex .vuejs.org/" >Vuex </a >,
52- <a target =" _blank" href =" https://router.vuejs.org/" >Vue Router</a >,
51+ <a target =" _blank" href =" https://pinia .vuejs.org/" >Pinia </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 >