Link to latest elm-http docs

This commit is contained in:
Richard Feldman
2016-08-21 11:10:20 -07:00
parent 640be1a638
commit f08599de5e

View File

@@ -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