diff --git a/packages/docs/guide/advanced/dynamic-routing.md b/packages/docs/guide/advanced/dynamic-routing.md index 6b0e49fdd..b75129569 100644 --- a/packages/docs/guide/advanced/dynamic-routing.md +++ b/packages/docs/guide/advanced/dynamic-routing.md @@ -104,5 +104,5 @@ router.addRoute({ Vue Router gives you two functions to look at existing routes: -- [`router.hasRoute()`](../../api/#hasroute): check if a route exists -- [`router.getRoutes()`](../../api/#getroutes): get an array with all the route records. +- [`router.hasRoute()`](../../api/interfaces/router.html#Methods-hasRoute): check if a route exists +- [`router.getRoutes()`](../../api/interfaces/Router.html#Methods-getRoutes): get an array with all the route records.