Link directly to the latest onClick docs

This commit is contained in:
Richard Feldman
2017-11-16 23:11:10 -05:00
committed by GitHub
parent 0994fddac4
commit 999536687e

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/elm-lang/html/2.0.0/Html-Events) * [`onClick` documentation](http://package.elm-lang.org/packages/elm-lang/html/latest/Html-Events#onClick)
* [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" }`)