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)**