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