diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-04-26 07:25:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 07:25:53 +0100 |
commit | 65fc4aeb1e12d75b2174bdcd887aacf2c7c98952 (patch) | |
tree | 691fe5897fe4fc4797f2f97c546ae3cf9b160094 | |
parent | 5d5ba2a7802b67515dd27df80d76b3f265c07624 (diff) | |
parent | 741d86e1372ea796f03651894151ce2480ff22c1 (diff) | |
download | ale-65fc4aeb1e12d75b2174bdcd887aacf2c7c98952.zip |
Merge pull request #503 from adelarsq/patch-1
Correcting wrong link for erubi
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ name. That seems to be the fairest way to arrange this table. | Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) | | Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) | | Elm | [elm-make](https://github.com/elm-lang/elm-make) | -| Erb | [erb](https://github.com/jeremyevans/erubih) | +| Erb | [erb](https://github.com/jeremyevans/erubi) | | Erlang | [erlc](http://erlang.org/doc/man/erlc.html) | | Fortran | [gcc](https://gcc.gnu.org/) | | Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [gometalinter](https://github.com/alecthomas/gometalinter), [go build](https://golang.org/cmd/go/), [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple), [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) | |