diff --git a/src/beautifiers/elm-format.coffee b/src/beautifiers/elm-format.coffee index edd7923..0623a79 100644 --- a/src/beautifiers/elm-format.coffee +++ b/src/beautifiers/elm-format.coffee @@ -19,7 +19,7 @@ module.exports = class ElmFormat extends Beautifier '--yes', name ], - { help: { link: 'https://github.com/avh4/elm-format' } } + { help: { link: 'https://github.com/avh4/elm-format#installation-' } } ) .then () => @readFile(name)