From f08599de5e5e00c353022f88dc3921f532d1354f Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 21 Aug 2016 11:10:20 -0700 Subject: [PATCH] Link to latest elm-http docs --- part6/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part6/Main.elm b/part6/Main.elm index 2817b58..98c7b5e 100644 --- a/part6/Main.elm +++ b/part6/Main.elm @@ -33,7 +33,7 @@ searchFeed query = -- Hint: responseDecoder may be useful here task = - "TODO replace this String with a Task using http://package.elm-lang.org/packages/evancz/elm-http/3.0.0/Http#get" + "TODO replace this String with a Task using http://package.elm-lang.org/packages/evancz/elm-http/latest/Http#get" in -- TODO replace this Cmd.none with a call to Task.perform -- http://package.elm-lang.org/packages/elm-lang/core/4.0.1/Task#perform