diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-06-17 12:48:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 12:48:01 +0100 |
commit | 701c1e4f170a665ec2873a828297bb0afad6719b (patch) | |
tree | 5015c8ec3852349e084ec6017b3f46eb056b074b | |
parent | 15f23532b78d1d82c795fbd38a53bd5026f88ae4 (diff) | |
parent | 0135fb3ad311df717dd760008aa6ef10906c9298 (diff) | |
download | ale-701c1e4f170a665ec2873a828297bb0afad6719b.zip |
Merge pull request #2578 from andys8/patch-2
Elm: Update link to compiler repository
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supported-tools.md b/supported-tools.md index 8af79f7f..e1c6d412 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -131,7 +131,7 @@ formatting. * Elm * [elm-format](https://github.com/avh4/elm-format) * [elm-lsp](https://github.com/antew/elm-lsp) - * [elm-make](https://github.com/elm-lang/elm-make) + * [elm-make](https://github.com/elm/compiler) * Erb * [erb](https://apidock.com/ruby/ERB) * [erubi](https://github.com/jeremyevans/erubi) |