Skip to content

Commit 87e03c5

Browse files
committed
chore: update warn link
1 parent c443de4 commit 87e03c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/matcher/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export function createRouterMatcher(
297297

298298
if (__DEV__ && !path.startsWith('/')) {
299299
warn(
300-
`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.`
300+
`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.`
301301
)
302302
}
303303

0 commit comments

Comments
 (0)