From c50c7336a32c5bbb423e57dd20c0c974ee54b762 Mon Sep 17 00:00:00 2001 From: Tomer Date: Thu, 5 Aug 2021 22:17:11 +0300 Subject: [PATCH] Fix link to TODO app Looks like the file name changed sometime. --- 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,