golangci-lint is a broken link in CONTRIBUTING.md
Open
- Dominant language
- Go
- Stars
- 125
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
The link in the CONTRIBUTING.md goes to a broken url with a 404 error.
```
[install golangci-lint](https://golangci-lint.run/usage/install/#local-installation)
```
should become
```
[install golangci-lint](https://golangci-lint.run/welcome/install/)
```
so the new URL will be https://golangci-lint.run/welcome/install/
Contributor guide
Assessment
This issue has not been assessed yet.