From 7502acb6b02515f255cb68843377d8d48216acb4 Mon Sep 17 00:00:00 2001 From: keddad <34062895+keddad@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:49:37 +0000 Subject: [PATCH] Fixed A Unified Theory of Garbage Collection link --- memory_management/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory_management/README.md b/memory_management/README.md index 265638c..c1ef78a 100644 --- a/memory_management/README.md +++ b/memory_management/README.md @@ -1,6 +1,6 @@ ## Memory Management -* [A Unified Theory of Garbage Collection](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf) +* [A Unified Theory of Garbage Collection](https://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon04Unified.pdf) * [Teaching Garbage Collection without Implementing Compilers or Interpreters](https://cs.brown.edu/~sk/Publications/Papers/Published/cgkmf-teach-gc/paper.pdf)