From d25a356290e60fc9f108feb88d137843190310b7 Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Thu, 1 Apr 2021 13:05:58 +0200 Subject: [PATCH] Link vue-router-next in routing page --- 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 dde5b00a3e..0bca2d5ba4 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://next.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-next). For more details, see vue-router's [documentation](https://next.router.vuejs.org/). ## Simple Routing from Scratch