From 5fc8cc2fed143bef1992563a4a5510c95fdb1288 Mon Sep 17 00:00:00 2001 From: Tim Cieplowski Date: Tue, 5 Dec 2023 16:18:28 -0500 Subject: [PATCH] Ch06: Fix link to script source Fix link to script source, which was not working on the GitBook site, by using the absolute GitHub URL. --- ch06.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06.md b/ch06.md index b6c6e997..07660780 100644 --- a/ch06.md +++ b/ch06.md @@ -167,7 +167,7 @@ And we're done! cats grid Here is the finished script: -[include](./exercises/ch06/main.js) +[include](https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/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.