diff --git a/guide/english/elm/index.md b/guide/english/elm/index.md index 9132629a7f..2ebdfce3dc 100644 --- a/guide/english/elm/index.md +++ b/guide/english/elm/index.md @@ -3,7 +3,7 @@ title: Elm --- ## Elm -Elm is a domain-specific, purely functional programming language that compiles into Javascript. This programming language is statically typed, and was developed with an emphasis on usability, performance, and robustness. Elm was built by Evan Czaplicki in 2012, and was influenced by Haskell, Standard ML, and OCaml among others. It also helped to inspire the popular state management tool, Redux. +[Elm](http://elm-lang.org/) is a domain-specific, purely functional programming language that compiles into Javascript. This programming language is statically typed, and was developed with an emphasis on usability, performance, and robustness. Elm was built by Evan Czaplicki in 2012, and was influenced by Haskell, Standard ML, and OCaml among others. It also helped to inspire the popular state management tool, Redux. ### The Elm Architecture