From 58649d447ae5621b9c34d3c4a41dd4bf4ce03d24 Mon Sep 17 00:00:00 2001 From: vinckr Date: Mon, 30 Aug 2021 14:31:44 +0200 Subject: [PATCH] fix: missing link --- templates/repository/common/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repository/common/CONTRIBUTING.md b/templates/repository/common/CONTRIBUTING.md index 9869d4c..c57b0b2 100644 --- a/templates/repository/common/CONTRIBUTING.md +++ b/templates/repository/common/CONTRIBUTING.md @@ -102,7 +102,7 @@ a few things you can do to help out: - **Reviewing documentation changes.** Most documentation just needs a review for proper spelling and grammar. If you think a document can be improved in any way, feel free to hit the `edit` button at the top of the page. More info - on contributing to documentation here. + on contributing to documentation [here](#documentation). - **Help with tests.** Some pull requests may lack proper tests or test plans. These are needed for the change to be implemented safely.