From f0ba5e93c0d0dd5b025552ae6fc0064d6700a1ca Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Tue, 22 Feb 2022 09:56:57 +0530 Subject: [PATCH] docs: fix typo (#545) --- .github/contributing.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index 3d01e44f..11c8617f 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -19,7 +19,7 @@ Hi! We're really excited that you are interested in contributing to VitePress. B - It's OK to have multiple small commits as you work on the PR - GitHub can automatically squash them before merging. -- Commit messages must follow the [commit message convention](./commit-convention) so that changelogs can be automatically generated. +- Commit messages must follow the [commit message convention](./commit-convention.md) so that changelogs can be automatically generated. ## Development Setup diff --git a/README.md b/README.md index 0e706281..089440fc 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ To check out docs, visit [vitepress.vuejs.org](https://vitepress.vuejs.org). ## Changelog -Detailed changes for each release are documented in the [CHANGELOG](./CHANGELOG). +Detailed changes for each release are documented in the [CHANGELOG](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md). ## Contribution -Please make sure to read the [Contributing Guide](./.github/contributing) before making a pull request. +Please make sure to read the [Contributing Guide](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md) before making a pull request. ## License -[MIT](./LICENSE) +[MIT](https://github.com/vuejs/vitepress/blob/main/LICENSE) Copyright (c) 2019-present, Yuxi (Evan) You