docs: fix 'commit message convention' link (#95)

This commit is contained in:
Swapnil Agarwal
2019-10-05 20:08:42 +05:30
committed by Evan You
parent fbabae0c0a
commit 0fe8801782
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ if (!commitRE.test(msg)) {
` ${chalk.green(
`fix(v-model): handle events on blur (close #28)`
)}\n\n` +
chalk.red(` See .github/COMMIT_CONVENTION.md for more details.\n`) +
chalk.red(` See .github/commit-convention.md for more details.\n`) +
chalk.red(
` You can also use ${chalk.cyan(
`npm run commit`