From ba8f5e408194b08f73e84e7d9281f015dbf772ec Mon Sep 17 00:00:00 2001 From: SaurabhIsIn <65111950+SaurabhIsIn@users.noreply.github.com> Date: Tue, 24 Nov 2020 20:24:49 +0530 Subject: [PATCH] updated routing.md change the documentation link from https://router.vuejs.org/ to https://next.router.vuejs.org/ --- src/guide/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/routing.md b/src/guide/routing.md index 6c1b0becb1..288f5bef4d 100644 --- a/src/guide/routing.md +++ b/src/guide/routing.md @@ -2,7 +2,7 @@ ## Official Router -For most Single Page Applications, it's recommended to use the officially-supported [vue-router library](https://github.com/vuejs/vue-router). For more details, see vue-router's [documentation](https://router.vuejs.org/). +For most Single Page Applications, it's recommended to use the officially-supported [vue-router library](https://github.com/vuejs/vue-router). For more details, see vue-router's [documentation](https://next.router.vuejs.org/). ## Simple Routing from Scratch