Fix links fot builtin effect handlers

This commit is contained in:
kana-sama 2016-10-18 19:34:17 +03:00 committed by GitHub
parent 6fd3dde44c
commit 5da2e803a2

View File

@ -23,11 +23,11 @@ make side effects a noop in event replays.
* [Effects With No Data](#effects-with-no-data)
* [Testing And Noops](#testing-and-noops)
* [Builtin Effect Handlers](#builtin-effect-handlers)
+ [:dispatch-later](#-dispatch-later)
+ [:dispatch](#-dispatch)
+ [:dispatch-n](#-dispatch-n)
+ [:deregister-event-handler](#-deregister-event-handler)
+ [:db](#-db)
+ [:dispatch-later](#dispatch-later)
+ [:dispatch](#dispatch)
+ [:dispatch-n](#dispatch-n)
+ [:deregister-event-handler](#deregister-event-handler)
+ [:db](#db)
### Where Effects Come From