Readme in docs now correctly links to other pages.

This commit is contained in:
Mike Thompson 2016-08-15 23:05:10 +10:00
parent 821208fabf
commit 3f36450be8
1 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
The documentation in this folder relates to v0.8.0
Understanding Event Handlers:
1. [EffectfulEvents](EffectfulEvents.md)
2. [Interceptors](Interceptors.md)
3. [Effects](Effects.md)
4. [CoEffects](coeffects.md)
Event Handlers
[[EffectfulEvents.md]]
[[Interceptors]]