From e98568b063aa0f5d49d28322c7c58878fb178f77 Mon Sep 17 00:00:00 2001 From: keddad <34062895+keddad@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:17:35 +0000 Subject: [PATCH] Fixed link (#568) * Update README.md * 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)