diff options
author | Kuang-che Wu <kcwu@chromium.org> | 2021-10-10 21:03:43 +0800 |
---|---|---|
committer | Kuang-che Wu <kcwu@chromium.org> | 2021-10-10 21:03:43 +0800 |
commit | f6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (patch) | |
tree | 2d0bbe30278b50a681519a765aafb4a7eb739051 /docs/parallel_fuzzing.md | |
parent | 158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff) | |
download | afl++-f6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8.tar.gz |
Fix document paths.
Diffstat (limited to 'docs/parallel_fuzzing.md')
-rw-r--r-- | docs/parallel_fuzzing.md | 2 |
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 |