Use the right version for the link to html-events

This commit is contained in:
Noah Zachary Gordon
2017-11-16 19:56:24 -05:00
committed by GitHub
parent 8610d9f42f
commit 0994fddac4

View File

@@ -19,5 +19,5 @@ elm-live Main.elm --open --pushstate --output=elm.js
## References ## References
* [The Elm Architecture](http://guide.elm-lang.org/architecture/) * [The Elm Architecture](http://guide.elm-lang.org/architecture/)
* [`onClick` documentation](http://package.elm-lang.org/packages/evancz/elm-html/4.0.2/Html-Events#onClick) * [`onClick` documentation](http://package.elm-lang.org/packages/elm-lang/html/2.0.0/Html-Events)
* [record update syntax reference](http://elm-lang.org/docs/syntax#records) (e.g. `{ model | query = "foo" }`) * [record update syntax reference](http://elm-lang.org/docs/syntax#records) (e.g. `{ model | query = "foo" }`)