From 11be5c8672f5d8c97470aee05f5c444c7e9e8f4c Mon Sep 17 00:00:00 2001 From: Adam Van Prooyen Date: Wed, 24 Feb 2021 08:48:10 -0800 Subject: [PATCH] Fix links to examples --- content/docs/custom_mutators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/custom_mutators.md b/content/docs/custom_mutators.md index 464acbee..a66f3e50 100644 --- a/content/docs/custom_mutators.md +++ b/content/docs/custom_mutators.md @@ -243,8 +243,8 @@ afl-fuzz /path/to/program ## 4) Example -Please see [example.c](../examples/custom_mutators/example.c) and -[example.py](../examples/custom_mutators/example.py) +Please see [example.c](https://github.com/AFLplusplus/AFLplusplus/blob/stable/utils/custom_mutators/example.c) and +[example.py](https://github.com/AFLplusplus/AFLplusplus/blob/stable/utils/custom_mutators/example.py) ## 5) Other Resources