Skip to content

Commit f0ba5e9

Browse files
authored
docs: fix typo (#545)
1 parent 33a59cd commit f0ba5e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Hi! We're really excited that you are interested in contributing to VitePress. B
1919

2020
- It's OK to have multiple small commits as you work on the PR - GitHub can automatically squash them before merging.
2121

22-
- Commit messages must follow the [commit message convention](./commit-convention) so that changelogs can be automatically generated.
22+
- Commit messages must follow the [commit message convention](./commit-convention.md) so that changelogs can be automatically generated.
2323

2424
## Development Setup
2525

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ To check out docs, visit [vitepress.vuejs.org](https://vitepress.vuejs.org).
1313

1414
## Changelog
1515

16-
Detailed changes for each release are documented in the [CHANGELOG](./CHANGELOG).
16+
Detailed changes for each release are documented in the [CHANGELOG](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md).
1717

1818
## Contribution
1919

20-
Please make sure to read the [Contributing Guide](./.github/contributing) before making a pull request.
20+
Please make sure to read the [Contributing Guide](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md) before making a pull request.
2121

2222
## License
2323

24-
[MIT](./LICENSE)
24+
[MIT](https://github.com/vuejs/vitepress/blob/main/LICENSE)
2525

2626
Copyright (c) 2019-present, Yuxi (Evan) You

0 commit comments

Comments
 (0)