about summary refs log tree commit diff
path: root/docs/parallel_fuzzing.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-03 14:13:09 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-03 14:13:09 +0100
commit13ac2cb125bd5d46a6a139d75cfaf2755f7014e3 (patch)
treea1639019f13583acc89f51fa32671a478a39829c /docs/parallel_fuzzing.md
parent2fe7889912c9bb340f302a037585b7b1836ac94f (diff)
downloadafl++-13ac2cb125bd5d46a6a139d75cfaf2755f7014e3.tar.gz
s/experimental\//examples\/g
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 51fa3986..e6780125 100644
--- a/docs/parallel_fuzzing.md
+++ b/docs/parallel_fuzzing.md
@@ -126,7 +126,7 @@ write a simple script that performs two actions:
     done
     ```
 
-There is an example of such a script in experimental/distributed_fuzzing/;
+There is an example of such a script in examples/distributed_fuzzing/;
 you can also find a more featured, experimental tool developed by
 Martijn Bogaard at: