From a39b7071cfb430fd51352562c717fab68fa52efe Mon Sep 17 00:00:00 2001 From: brunoerg Date: Mon, 9 Jun 2025 18:51:02 -0300 Subject: [PATCH] doc: fuzz: fix AFL++ link Co-authored-by: eugene --- doc/fuzzing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fuzzing.md b/doc/fuzzing.md index 45f727a1398..4f8d712df23 100644 --- a/doc/fuzzing.md +++ b/doc/fuzzing.md @@ -217,7 +217,7 @@ $ cd bitcoin/ $ git clone https://github.com/AFLplusplus/AFLplusplus $ make -C AFLplusplus/ source-only # If afl-clang-lto is not available, see -# https://github.com/AFLplusplus/AFLplusplus#a-selecting-the-best-afl-compiler-for-instrumenting-the-target +# https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#a-selecting-the-best-afl-compiler-for-instrumenting-the-target $ cmake -B build_fuzz \ -DCMAKE_C_COMPILER="$(pwd)/AFLplusplus/afl-clang-lto" \ -DCMAKE_CXX_COMPILER="$(pwd)/AFLplusplus/afl-clang-lto++" \