Skip to content

Commit

Permalink
chore: update index.js (#938)
Browse files Browse the repository at this point in the history
Updated URL of docs (v0.vuepress.vuejs.org) to fix broken link
  • Loading branch information
thiemo authored and ulivz committed Oct 17, 2018
1 parent 5295bec commit 9fe80db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prepare/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = async function prepare (sourceDir) {
if (hasUserOverride && !hasUserStyle) {
logger.tip(
`${chalk.magenta('override.styl')} has been split into 2 APIs, we recommend you upgrade to continue.\n` +
` See: ${chalk.magenta('https://vuepress.vuejs.org/default-theme-config/#simple-css-override')}`
` See: ${chalk.magenta('https://v0.vuepress.vuejs.org/default-theme-config/#simple-css-override')}`
)
}

Expand Down

0 comments on commit 9fe80db

Please sign in to comment.