From 6d8897e99a6a216ea3e388d21402aa0be47382f0 Mon Sep 17 00:00:00 2001 From: Russell Davies Date: Sun, 26 Aug 2018 18:17:55 +0100 Subject: [PATCH] Fix links in Html.Events docs --- src/Html/Events.elm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Html/Events.elm b/src/Html/Events.elm index 053c792..574e3f1 100644 --- a/src/Html/Events.elm +++ b/src/Html/Events.elm @@ -10,11 +10,11 @@ module Html.Events exposing ) {-| -It is often helpful to create an [Union Type][] so you can have many different kinds +It is often helpful to create a [Custom Type][] so you can have many different kinds of events as seen in the [TodoMVC][] example. -[Union Type]: https://elm-lang.org/learn/Union-Types.elm -[TodoMVC]: https://github.com/evancz/elm-todomvc/blob/master/Todo.elm +[Custom Type]: https://guide.elm-lang.org/types/custom_types.html +[TodoMVC]: https://github.com/evancz/elm-todomvc/blob/master/src/Main.elm # Mouse @docs onClick, onDoubleClick,