From fa5f8f349d8eb809c186ab6a6b1a9a775ef997dc Mon Sep 17 00:00:00 2001 From: "Maciej \"Iwan\" Iwanowski" Date: Sun, 5 Jul 2020 21:43:42 +0200 Subject: [PATCH] Fixed docs link: points at contributing section --- docs/src/docs/usage/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/usage/faq.mdx b/docs/src/docs/usage/faq.mdx index 258343fb4884..248f3a33f95f 100644 --- a/docs/src/docs/usage/faq.mdx +++ b/docs/src/docs/usage/faq.mdx @@ -4,7 +4,7 @@ title: FAQ ## How do you add a custom linter? -You can integrate it yourself, see this [manual](/usage/linters#how-to-add-a-linter-to-golangci-lint-). +You can integrate it yourself, see this [manual](/contributing/new-linters/). Or you can create a [GitHub Issue](https://github.com/golangci/golangci-lint/issues/new) and we will integrate when time permits. ## How to integrate `golangci-lint` into large project with thousands of issues