From 337c9a2f79c6e742cd7215605b067c765d3b119e Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 12 Nov 2024 20:34:25 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bde1f2c..0bca882 100644 --- a/README.md +++ b/README.md @@ -64,5 +64,6 @@ variable so that it only prints unfree'd memory at program execution end. Since this is relatively newly written software (as of middle of 2024), there might be a memory leak within this software when keeping track of memory. Thus, this software may be revised later on. If you are interested in verifying -whether there is a memory leak or not, you may check the source and submit an -issue/pull-request if there is any discovered issue with the software. +whether there is a memory leak or not, you may check the source and [submit an +issue/pull-request](https://git.seodisparate.com/stephenseo#contributing) if +there is any discovered issue with the software.