diff --git a/examples/elm-architecture-tutorial/Example5/RandomGif.elm b/examples/elm-architecture-tutorial/Example5/RandomGif.elm index 685ceca..4decfb2 100644 --- a/examples/elm-architecture-tutorial/Example5/RandomGif.elm +++ b/examples/elm-architecture-tutorial/Example5/RandomGif.elm @@ -38,7 +38,7 @@ initial request we issue here. -} init : ( Model, Cmd Action ) init = - ( Model "funny cats" "assets/waiting.gif" Use + ( Model "funny cats" "/assets/waiting.gif" Use , getRandomGif "funny cats" )