From b618ee0ce3d3faf4944cb1b4060dbe2add30e366 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 20 Mar 2020 09:44:16 -0400 Subject: [PATCH] Fix 404 link --- 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,