Skip to content

Commit 9361839

Browse files
authored
fix: broken URL to open-in-editor docs (#1590)
1 parent 5eb4378 commit 9361839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared-utils/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ export function openInEditor (file) {
699699
} else {
700700
console.log('%c' + msg, 'color:red')
701701
}
702-
console.log('Check the setup of your project, see https://github.com/vuejs/vue-devtools/blob/master/docs/open-in-editor.md')
702+
console.log('Check the setup of your project, see https://devtools.vuejs.org/guide/open-in-editor.html')
703703
}
704704
})`
705705
if (isChrome) {

0 commit comments

Comments
 (0)