Skip to content

Commit 9fe80db

Browse files
thiemoulivz
authored andcommitted
chore: update index.js (#938)
Updated URL of docs (v0.vuepress.vuejs.org) to fix broken link
1 parent 5295bec commit 9fe80db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prepare/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = async function prepare (sourceDir) {
3636
if (hasUserOverride && !hasUserStyle) {
3737
logger.tip(
3838
`${chalk.magenta('override.styl')} has been split into 2 APIs, we recommend you upgrade to continue.\n` +
39-
` See: ${chalk.magenta('https://vuepress.vuejs.org/default-theme-config/#simple-css-override')}`
39+
` See: ${chalk.magenta('https://v0.vuepress.vuejs.org/default-theme-config/#simple-css-override')}`
4040
)
4141
}
4242

0 commit comments

Comments
 (0)