about summary refs log tree commit diff
path: root/docs/custom_mutators.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-04-26 16:03:08 +0200
committerDominik Maier <domenukk@gmail.com>2021-04-26 16:03:08 +0200
commita3f8fc5d1ccabc455e28157ee86211f0c11c81a3 (patch)
tree3ca0fd7889aa8291bd16226d50b95f8966bd8e82 /docs/custom_mutators.md
parent3d830daa46da9412f475310afabf1b965156f3e1 (diff)
downloadafl++-a3f8fc5d1ccabc455e28157ee86211f0c11c81a3.tar.gz
moved custom_mutator examples
Diffstat (limited to 'docs/custom_mutators.md')
-rw-r--r--docs/custom_mutators.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md
index 62e01f83..9d5381e8 100644
--- a/docs/custom_mutators.md
+++ b/docs/custom_mutators.md
@@ -285,8 +285,8 @@ afl-fuzz /path/to/program
 
 ## 4) Example
 
-Please see [example.c](../utils/custom_mutators/example.c) and
-[example.py](../utils/custom_mutators/example.py)
+Please see [example.c](../custom_mutators/examples/example.c) and
+[example.py](../custom_mutators/examples/example.py)
 
 ## 5) Other Resources