From 2b5049f438d5b2c90d94dba804fa1112297478bb Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Fri, 19 Aug 2016 04:48:32 -0700 Subject: [PATCH] Update elm-http link to latest --- part6/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part6/Main.elm b/part6/Main.elm index 3c4aa39..2817b58 100644 --- a/part6/Main.elm +++ b/part6/Main.elm @@ -137,7 +137,7 @@ update msg model = -- TODO if decoding failed, store the message in model.errorMessage -- -- Hint 1: look for "decode" in the documentation for this union type: - -- http://package.elm-lang.org/packages/evancz/elm-http/3.0.1/Http#Error + -- http://package.elm-lang.org/packages/evancz/elm-http/latest/Http#Error -- -- Hint 2: to check if this is working, break responseDecoder -- by changing "stargazers_count" to "description"