Merge pull request #425 from pastafari/fix-broken-link

Fix link to next tutorial
This commit is contained in:
Juho Teperi 2019-02-23 00:25:04 +02:00 committed by GitHub
commit c92dbd38b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
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.