diff options
author | Andy <andys8@users.noreply.github.com> | 2019-06-11 18:14:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 18:14:57 +0200 |
commit | 0135fb3ad311df717dd760008aa6ef10906c9298 (patch) | |
tree | d715d2cd57093077a29361fbd1174893a33c7e93 | |
parent | 80ab12c7b645b392feb98723873d77b045a0a7e2 (diff) | |
download | ale-0135fb3ad311df717dd760008aa6ef10906c9298.zip |
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) |