diff --git a/README.md b/README.md index 7bfbaf85..9222c368 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ You can view this list in vim with `:help conform-formatters` - [goimports-reviser](https://github.com/incu6us/goimports-reviser) - Right imports sorting & code formatting tool (goimports alternative). - [gojq](https://github.com/itchyny/gojq) - Pure Go implementation of jq. - [golangci-lint](https://golangci-lint.run/usage/configuration/#fmt) - Fast linters runner for Go (with formatter). -- [golines](https://github.com/segmentio/golines) - A golang formatter that fixes long lines. +- [golines](https://github.com/golangci/golines/) - A golang formatter that fixes long lines. - [google-java-format](https://github.com/google/google-java-format) - Reformats Java source code according to Google Java Style. - [grain_format](https://grain-lang.org/docs/tooling/grain_cli#grain-format) - Code formatter for the grain programming language. - [hcl](https://github.com/hashicorp/hcl) - A formatter for HCL files.