Fix dead link in part7 README

This commit is contained in:
Richard Feldman
2016-09-03 15:00:11 -07:00
parent 94f7b65200
commit 37839eaa7e

View File

@@ -18,6 +18,6 @@ elm-live Main.elm --open --pushstate --output=elm.js
## References
* [HTTP Tasks tutorial](http://elm-lang.org/guide/reactivity#http-tasks)
* [Running Effects](http://guide.elm-lang.org/architecture/effects/)
* [HTTP Error documentation](http://package.elm-lang.org/packages/evancz/elm-http/3.0.0/Http#Error)
* [Modules syntax reference](http://elm-lang.org/docs/syntax#modules)