From 6a9aa5a1f4182e1ea587040b3ad13d6f52f57621 Mon Sep 17 00:00:00 2001 From: nandofw Date: Mon, 18 Mar 2024 10:27:17 -0300 Subject: [PATCH] fix typo --- doc/developer-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index ee298321c..f7eaa746a 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -287,7 +287,7 @@ Some examples: Valgrind is a programming tool for memory debugging, memory leak detection, and profiling. The repo contains a Valgrind suppressions file -([`valgrind.supp`](https://github.com/raptoreumpay/raptoreum/blob/master/contrib/valgrind.supp)) +([`valgrind.supp`](https://github.com/Raptor3um/raptoreum/blob/master/contrib/valgrind.supp)) which includes known Valgrind warnings in our dependencies that cannot be fixed in-tree. Example use: