Skip to content

Commit 0fe8801

Browse files
swapagarwalyyx990803
authored andcommitted
docs: fix 'commit message convention' link (vuejs#95)
1 parent fbabae0 commit 0fe8801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
3131

3232
- Make sure tests pass!
3333

34-
- Commit messages must follow the [commit message convention](./COMMIT_CONVENTION.md) so that changelogs can be automatically generated. Commit messages are automatically validated before commit.
34+
- Commit messages must follow the [commit message convention](./commit-convention.md) so that changelogs can be automatically generated. Commit messages are automatically validated before commit.
3535

3636
- No need to worry about code style as long as you have installed the dev dependencies - modified files are automatically formatted with Prettier on commit.
3737

scripts/verifyCommit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (!commitRE.test(msg)) {
2121
` ${chalk.green(
2222
`fix(v-model): handle events on blur (close #28)`
2323
)}\n\n` +
24-
chalk.red(` See .github/COMMIT_CONVENTION.md for more details.\n`) +
24+
chalk.red(` See .github/commit-convention.md for more details.\n`) +
2525
chalk.red(
2626
` You can also use ${chalk.cyan(
2727
`npm run commit`

0 commit comments

Comments
 (0)