From d24d099cbd6069aa929d0c91f427dd750989cf54 Mon Sep 17 00:00:00 2001 From: Jackestar Date: Sat, 11 Jul 2026 11:14:01 -0400 Subject: [PATCH] docs(github): remove relative links from contributing.md (#5308) --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index 5738cbc2..c2f14f4a 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.md) so that changelogs can be automatically generated. +- Commit messages must follow the [commit message convention](/.github/commit-convention.md) so that changelogs can be automatically generated. ## Development Setup