From a798f30608f741ea857578a377a1144ed49be13f Mon Sep 17 00:00:00 2001 From: KtorZ Date: Fri, 8 Dec 2023 11:37:50 +0100 Subject: [PATCH] Revert "Ch06: Fix link to script source" This reverts commit 5fc8cc2fed143bef1992563a4a5510c95fdb1288. --- ch06.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06.md b/ch06.md index 07660780..b6c6e997 100644 --- a/ch06.md +++ b/ch06.md @@ -167,7 +167,7 @@ And we're done! cats grid Here is the finished script: -[include](https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/exercises/ch06/main.js) +[include](./exercises/ch06/main.js) Now look at that. A beautifully declarative specification of what things are, not how they come to be. We now view each line as an equation with properties that hold. We can use these properties to reason about our application and refactor.