Skip to content

Commit

Permalink
fix(ui): translate link
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 14, 2018
1 parent bbc974d commit f365767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/StatusBar.vue
Expand Up @@ -143,7 +143,7 @@ export default {
onTranslateClick () {
const win = window.open(
'https://cli.vuejs.org/dev-guide/ui-plugin-dev.html#localization',
'https://cli.vuejs.org/dev-guide/ui-localization.html',
'_blank'
)
win.focus()
Expand Down

0 comments on commit f365767

Please sign in to comment.