about summary refs log tree commit diff
path: root/docs/parallel_fuzzing.md
diff options
context:
space:
mode:
authorKuang-che Wu <kcwu@chromium.org>2021-10-10 21:03:43 +0800
committerKuang-che Wu <kcwu@chromium.org>2021-10-10 21:03:43 +0800
commitf6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (patch)
tree2d0bbe30278b50a681519a765aafb4a7eb739051 /docs/parallel_fuzzing.md
parent158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff)
downloadafl++-f6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8.tar.gz
Fix document paths.
Diffstat (limited to 'docs/parallel_fuzzing.md')
-rw-r--r--docs/parallel_fuzzing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/parallel_fuzzing.md b/docs/parallel_fuzzing.md
index 90e12e89..e37276a5 100644
--- a/docs/parallel_fuzzing.md
+++ b/docs/parallel_fuzzing.md
@@ -4,7 +4,7 @@ This document talks about synchronizing afl-fuzz jobs on a single machine
 or across a fleet of systems. See README.md for the general instruction manual.
 
 Note that this document is rather outdated. please refer to the main document
-section on multiple core usage [../README.md#Using multiple cores](../README.md#b-using-multiple-coresthreads)
+section on multiple core usage [fuzzing_expert.md#Using multiple cores](fuzzing_expert.md#b-using-multiple-cores)
 for up to date strategies!
 
 ## 1) Introduction