Fix link to next tutorial

This commit is contained in:
Mohit Thatte 2019-02-22 16:18:51 +05:30
parent 72c95257c1
commit 841f3b2ec8
1 changed files with 1 additions and 1 deletions

View File

@ -211,4 +211,4 @@ Notice the vector `["Mum" "Dad" "Aunt Edith"]` in the hiccup. Reagent will try
## Next Step ## Next Step
We've now seen how we can use functions and `[]` to create Components. In the [[next tutorial|When Do components update?]], we'll understand how and when these Components update. We've now seen how we can use functions and `[]` to create Components. In the [next tutorial](WhenDoComponentsUpdate.md), we'll understand how and when these Components update.