Fixed docs link: points at contributing section ()

/lgtm
/approve
This commit is contained in:
iwankgb 2020-07-06 03:59:53 +02:00 committed by GitHub
parent dfa0013583
commit d24bff534c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ title: FAQ
## How do you add a custom linter? ## 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. 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 ## How to integrate `golangci-lint` into large project with thousands of issues