From 49f8daf82f8384834c74c65c2d1374d6da0e83e2 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde Date: Fri, 21 Nov 2025 18:09:14 +0000 Subject: [PATCH] updated link Signed-off-by: Pratik Mankawde --- SANITIZERS_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SANITIZERS_README.md b/SANITIZERS_README.md index 6218a7528b..3982cf399f 100644 --- a/SANITIZERS_README.md +++ b/SANITIZERS_README.md @@ -24,7 +24,7 @@ Corresponding suppression files are located in the `external` directory. ### Summary -Follow the same instructions as mentioned in [BUILD.md](https://github.com/ripple/rippled/blob/develop/BUILD.md) but with following changes: +Follow the same instructions as mentioned in [BUILD.md](./BUILD.md) but with following changes: 1. Make sure you have clean build directory. 2. Use `--profile sanitizers` to configure build options to include sanitizer flags. [sanitizes](./conan/profiles/sanitizers) profile contains settings for all sanitizers.