]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: update links
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 10 Feb 2022 11:31:58 +0000 (12:31 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 10 Feb 2022 11:31:58 +0000 (12:31 +0100)
docs/guide/index.md

index 3c2691d8e15f10aca221a1a1df967a2b379accdd..152f3bda0329abf226b75579c4b7b6e0a0fa6a2b 100644 (file)
@@ -1,15 +1,10 @@
 # Getting Started
 
-<VueMasteryVideo
-  title="Get Started with Vue Router"
-  url="https://player.vimeo.com/video/548250062"
-  img="/Vue_Router_-_Getting_Started.jpeg"
+<VueSchoolLink
+  href="https://vueschool.io/courses/vue-router-4-for-everyone"
+  title="Learn how to build powerful Single Page Applications with the Vue Router on Vue School"
 />
 
-<script setup>
-  import VueMasteryVideo from '../.vitepress/components/VueMasteryVideo.vue'
-  </script>
-
 Creating a Single-page Application with Vue + Vue Router feels natural: with Vue.js, we are already composing our application with components. When adding Vue Router to the mix, all we need to do is map our components to the routes and let Vue Router know where to render them. Here's a basic example:
 
 ## HTML