From 42bca7a073f352ae3b1569ded41c0f979883178e Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 24 May 2020 14:34:04 +0200 Subject: [PATCH] Fix link to todomvc example --- src/Html/Events.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Html/Events.elm b/src/Html/Events.elm index b4b3ec4..d55e436 100644 --- a/src/Html/Events.elm +++ b/src/Html/Events.elm @@ -14,7 +14,7 @@ It is often helpful to create an [Custom Type][] so you can have many different of events as seen in the [TodoMVC][] example. [Custom Type]: https://guide.elm-lang.org/types/custom_types.html -[TodoMVC]: https://github.com/evancz/elm-todomvc/blob/master/Todo.elm +[TodoMVC]: https://github.com/evancz/elm-todomvc/blob/master/src/Main.elm # Mouse @docs onClick, onDoubleClick,