From 69cca6f6bc64b958e246c98f96877933f0e70059 Mon Sep 17 00:00:00 2001 From: bolshoytoster <91278344+bolshoytoster@users.noreply.github.com> Date: Sat, 9 Apr 2022 16:28:06 +0100 Subject: [PATCH] Fixes broken links in garbage_collection/README.md --- garbage_collection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garbage_collection/README.md b/garbage_collection/README.md index 5183aab..b8a5543 100644 --- a/garbage_collection/README.md +++ b/garbage_collection/README.md @@ -1,4 +1,4 @@ -* [A Unified Theory of Garbage Collection](https://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon04Unified.pdf) +* [A Unified Theory of Garbage Collection](https://www.cs.cornell.edu/courses/cs6120/2019fa/blog/unified-theory-gc/) > An overview for programmers and language implementors for understanding different garbage collection algorithms. * [A LISP Garbage-Collector for Virtual-Memory Computer Systems](https://www.cs.purdue.edu/homes/hosking/690M/p611-fenichel.pdf)