From 32d38beaf5bc3fad2f1a06b03da1407979f4265e Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Tue, 27 Jun 2017 20:50:34 +0300 Subject: [PATCH] Fix link in router-instance.md --- docs/en/api/router-instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api/router-instance.md b/docs/en/api/router-instance.md index 1c2b0d52d..eef46855e 100644 --- a/docs/en/api/router-instance.md +++ b/docs/en/api/router-instance.md @@ -57,7 +57,7 @@ ``` - `current` is the current Route by default (most of the time you don't need to change this) - - `append` allows you to append the path to the `current` route (as with [`router-link`](https://router.vuejs.org/en/api/router-link.html#props)) + - `append` allows you to append the path to the `current` route (as with [`router-link`](router-link.md#props)) - **router.addRoutes(routes)**