about summary refs log tree commit diff
path: root/docs/parallel_fuzzing.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-10-10 15:32:31 +0200
committerGitHub <noreply@github.com>2021-10-10 15:32:31 +0200
commitda865cbb9d289d0f782a1c33d85261903c60d624 (patch)
tree2d0bbe30278b50a681519a765aafb4a7eb739051 /docs/parallel_fuzzing.md
parent158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff)
parentf6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (diff)
downloadafl++-da865cbb9d289d0f782a1c33d85261903c60d624.tar.gz
Merge pull request #1109 from kcwu/dev
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