]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: fix url path (#1712)
authorOzgur Atmaca <ozguratmaca@gmail.com>
Fri, 24 Feb 2023 15:41:29 +0000 (16:41 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2023 15:41:29 +0000 (16:41 +0100)
packages/docs/guide/advanced/dynamic-routing.md

index 6b0e49fddb96ddb544bf08968bea6330a4cbdd8f..b75129569f6672a536ed9e43564aee0beb2dd1ff 100644 (file)
@@ -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.