From e5d2494d0f3f621df77fb0a240ac0e27a06cb7e3 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 18 Jan 2022 10:52:16 +0800 Subject: [PATCH] fix dead link --- src/about/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about/faq.md b/src/about/faq.md index 09c837344..de247c33d 100644 --- a/src/about/faq.md +++ b/src/about/faq.md @@ -54,7 +54,7 @@ Yes. Despite a common misconception that Vue is only suitable for simple use cas ## How do I contribute to Vue? -We appreciate your interest! Please check out our [Contribution Guide](/about/contribution-guide.html). +We appreciate your interest! Please check out our [Community Guide](/about/community-guide.html). ## What's the difference between Vue 2 and Vue 3?