From d45f3c4c9f80de05876a8e06269c7d89d9a12254 Mon Sep 17 00:00:00 2001 From: aizelagustino <44624963+aizelagustino@users.noreply.github.com> Date: Sun, 24 Feb 2019 08:04:44 -0800 Subject: [PATCH] Added link to elm-lang.org (#33035) --- guide/english/elm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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