From cae42a3174ce6d93e011179112a987cb2a8925b0 Mon Sep 17 00:00:00 2001 From: c8ef Date: Thu, 26 Dec 2024 21:17:48 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9758baf3..9bdd346d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In addition, it contains substantial amounts of testing infrastructure (fuzzing harnesses and checkers) that does not exist in the original IonMonkey allocator. -See the [design overview](doc/DESIGN.md) for (much!) more detail on +See the [design overview](doc/ION.md) for (much!) more detail on how the allocator works. ## License From 850469c0bd9ec1c98a9c410a7d6bd488f25fcf36 Mon Sep 17 00:00:00 2001 From: c8ef Date: Fri, 27 Dec 2024 09:24:20 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bdd346d..bf8e3beb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In addition, it contains substantial amounts of testing infrastructure (fuzzing harnesses and checkers) that does not exist in the original IonMonkey allocator. -See the [design overview](doc/ION.md) for (much!) more detail on +See the [design overview](doc/GENERAL.md) for (much!) more detail on how the allocator works. ## License