Skip to content

Commit

Permalink
chore: update warn link
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 2, 2023
1 parent c443de4 commit 87e03c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/matcher/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
)
}

Expand Down

0 comments on commit 87e03c5

Please sign in to comment.