about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-09-17 11:56:39 +0200
committervanhauser-thc <vh@thc.org>2022-09-17 11:56:39 +0200
commit0623a73a5cb8a0c2cff32413df9f4c5c69b8e339 (patch)
tree29514cbd5a4fdfc8e934f79d9da45bfcfab4d1df /src/afl-fuzz-init.c
parent2e8a459d0bcd2b824b2cbf549f0773a1c4e06eb4 (diff)
downloadafl++-0623a73a5cb8a0c2cff32413df9f4c5c69b8e339.tar.gz
fix docs
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r--src/afl-fuzz-init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c
index 4ffcfd2b..e41d29fd 100644
--- a/src/afl-fuzz-init.c
+++ b/src/afl-fuzz-init.c
@@ -2420,7 +2420,9 @@ void get_core_count(afl_state_t *afl) {
 
       } else if ((s64)cur_runnable + 1 <= (s64)afl->cpu_core_count) {
 
-        OKF("Try parallel jobs - see %s/parallel_fuzzing.md.", doc_path);
+        OKF("Try parallel jobs - see "
+            "%s/fuzzing_in_depth.md#c-using-multiple-cores",
+            doc_path);
 
       }