From 841f3b2ec87312774bc7ab0b61a9046c8b3ad459 Mon Sep 17 00:00:00 2001 From: Mohit Thatte Date: Fri, 22 Feb 2019 16:18:51 +0530 Subject: [PATCH] Fix link to next tutorial --- doc/UsingSquareBracketsInsteadOfParens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UsingSquareBracketsInsteadOfParens.md b/doc/UsingSquareBracketsInsteadOfParens.md index f058426..8bf1db2 100644 --- a/doc/UsingSquareBracketsInsteadOfParens.md +++ b/doc/UsingSquareBracketsInsteadOfParens.md @@ -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.