From d819d8c220e9abc81f2aff89cca9c5c2c37c59b3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 1 Jul 2020 19:32:48 -0400 Subject: [PATCH] Fix link --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 5f218583..b3cf8398 100644 --- a/index.md +++ b/index.md @@ -134,7 +134,7 @@ Cyclone provides several example programs, including: - Cyclone's [Garbage Collector](docs/Garbage-Collector) is documented at a high-level. This document includes details on extending Cheney on the MTA to support multiple stacks and fusing that approach with a tri-color marking collector. -- The garbage collector was subsequently enhanced to support [Lazy Sweeping](https://github.com/justinethier/cyclone/blob/master/docs/Garbage-Collection-Using-Lazy-Sweeping) which improves performance for a wide range of applications. +- The garbage collector was subsequently enhanced to support [Lazy Sweeping](docs/Garbage-Collection-Using-Lazy-Sweeping) which improves performance for a wide range of applications. # License