From 6d93cfe676bce855365968b579cfb40c1abb3e5e Mon Sep 17 00:00:00 2001 From: Dhyey Thummar <76208965+Dhyey-Thummar@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:53:14 +0530 Subject: [PATCH] the-lox-language.md : fixed a broken link. Fixed the broken link of "A Unified Theory of Garbage Collection" from https://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon04Unified.pdf To https://courses.cs.washington.edu/courses/cse590p/05au/p50-bacon.pdf --- book/the-lox-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/the-lox-language.md b/book/the-lox-language.md index 48b8fe3db..a6f10ba88 100644 --- a/book/the-lox-language.md +++ b/book/the-lox-language.md @@ -148,7 +148,7 @@ retain calls if you squint. For lots more on this, see "[A Unified Theory of Garbage Collection][gc]" (PDF). -[gc]: https://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon04Unified.pdf +[gc]: https://courses.cs.washington.edu/courses/cse590p/05au/p50-bacon.pdf