From c670c502553616de6729a3eb08860e5867112ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Ollivier?= Date: Wed, 19 Oct 2022 12:36:58 +0200 Subject: [PATCH] docs: fix link to documentation guide --- docs/content/5.community/4.framework-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/5.community/4.framework-contribution.md b/docs/content/5.community/4.framework-contribution.md index 57a09b61b7f..64f1845fcc2 100644 --- a/docs/content/5.community/4.framework-contribution.md +++ b/docs/content/5.community/4.framework-contribution.md @@ -25,7 +25,7 @@ You might have noticed already that we use ESLint to enforce a coding standard. ### Documentation -If you are adding a new feature or refactoring or changing the behavior of Nuxt in any other manner, you'll likely want to document the changes. Please include any changes to the docs in the same PR. You don't have to write documentation up on the first commit (but please do so as soon as your pull request is mature enough). Make sure to make changes according to the [Documentation Guide](/community/contribution#documentation-guide). +If you are adding a new feature or refactoring or changing the behavior of Nuxt in any other manner, you'll likely want to document the changes. Please include any changes to the docs in the same PR. You don't have to write documentation up on the first commit (but please do so as soon as your pull request is mature enough). Make sure to make changes according to the [Documentation Guide](/community/contribution#writing-documentation). ### Final Checklist