Skip to content

Commit 919bcbb

Browse files
clorichelAkryum
authored andcommitted
fix(ui): CSS Pre-processors "More info" link leads to 404 (#1534)
1 parent e35ee25 commit 919bcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/promptModules/cssPreprocessors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = cli => {
33
name: 'CSS Pre-processors',
44
value: 'css-preprocessor',
55
description: 'Add support for CSS pre-processors like SASS, Less or Stylus',
6-
link: 'https://github.com/vuejs/vue-cli/blob/dev/docs/css.md'
6+
link: 'https://cli.vuejs.org/guide/css.html'
77
})
88

99
cli.injectPrompt({

0 commit comments

Comments
 (0)