From e92a2fe7836fce4e11ea7fe35a247b61d5716e6e Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 15 Jan 2020 23:40:50 -0500 Subject: [PATCH] Better link to The Elm Architecture --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e9987..70c05f6 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Hungry for more? See the [other examples][examples]. Heavily inspired by both [The Elm Architecture][elm] by Evan Czaplicki et al. and [go-tea][gotea] by TJ Holowaychuk. -[elm]: https://elm-lang.org +[elm]: https://guide.elm-lang.org/architecture/ [gotea]: https://github.com/tj/go-tea ***