From 3d94b5fdd621c6a4d10d541c500c069481f06719 Mon Sep 17 00:00:00 2001 From: Thomaz Date: Wed, 17 Apr 2019 13:50:10 -0300 Subject: [PATCH] Fix link to example --- src/Time.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Time.elm b/src/Time.elm index 12db313..fd06706 100644 --- a/src/Time.elm +++ b/src/Time.elm @@ -408,7 +408,7 @@ type Month = Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | D interval in milliseconds (like `1000` for a second or `60 * 1000` for a minute or `60 * 60 * 1000` for an hour) and that is how often you get a new time! -Check out [this example](https://elm-lang.org/examples/time) to see how to use +Check out [this example](https://guide.elm-lang.org/effects/time.html) to see how to use it in an application. **This function is not for animation.** Use the [`onAnimationFrame`][af]