]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: update warn link
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 2 Jul 2023 20:34:59 +0000 (22:34 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 2 Jul 2023 20:34:59 +0000 (22:34 +0200)
packages/router/src/matcher/index.ts

index 3d1fec4e157093c30b0b7248fb23f4c94ea9442f..56ae1dc5bc91f401bd04a90456abe082e13c8e94 100644 (file)
@@ -297,7 +297,7 @@ export function createRouterMatcher(
 
       if (__DEV__ && !path.startsWith('/')) {
         warn(
-          `The Matcher cannot resolve relative paths but received "${path}". Unless you directly called \`matcher.resolve("${path}")\`, this is probably a bug in vue-router. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/router.`
+          `The Matcher cannot resolve relative paths but received "${path}". Unless you directly called \`matcher.resolve("${path}")\`, this is probably a bug in vue-router. Please open an issue at https://github.com/vuejs/router/issues/new/choose.`
         )
       }