From: Lorand Horvath <72015221+lorand-horvath@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:15:44 +0000 (+0200) Subject: Remove v3 prefix from vuejs.org link (#1299) X-Git-Tag: v4.0.13~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc122040833d9262b3e70bb4ef36af681062e1aa;p=thirdparty%2Fvuejs%2Frouter.git Remove v3 prefix from vuejs.org link (#1299) * Remove v3 prefix from vuejs.org link * https in vuejs.org link --- diff --git a/docs/introduction.md b/docs/introduction.md index 1c45a109..87ace9b7 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,6 +1,6 @@ # Introduction -Vue Router is the official router for [Vue.js](http://v3.vuejs.org). It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include: +Vue Router is the official router for [Vue.js](https://vuejs.org). It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include: - Nested routes mapping - Dynamic Routing