From d701030675e629c2b6e17deeb27e8ec6dfaf8e6a Mon Sep 17 00:00:00 2001 From: Christian Wesselhoeft Date: Tue, 28 Mar 2023 12:19:04 -0600 Subject: [PATCH] the-lox-language.md: Fix broken link --- 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