From d7562ec3682e5ec02aa6f32bf877d66b4998b179 Mon Sep 17 00:00:00 2001 From: seajee Date: Tue, 22 Jul 2025 17:15:25 +0200 Subject: [PATCH] Fix README.md link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fde199..d5aec99 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # arena.h A single header library that implements -[https://en.wikipedia.org/wiki/Region-based_memory_management](region-based memory management) in C. +[region-based memory management](https://en.wikipedia.org/wiki/Region-based_memory_management) in C. ## Example