about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXeonacid <h.dwwwwww@gmail.com>2023-12-25 18:30:46 +0800
committerGitHub <noreply@github.com>2023-12-25 18:30:46 +0800
commitc3197dfeb736f3018124529eb184827eafe3a2d9 (patch)
tree8e18c400b6515644138c9d196c3791bb803d257b
parenta9e6998b829e58eab670c79fca8913ba8c5f684d (diff)
downloadafl++-c3197dfeb736f3018124529eb184827eafe3a2d9.tar.gz
Use ../ instead
-rw-r--r--docs/custom_mutators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md
index 71547f8b..ce0a42dc 100644
--- a/docs/custom_mutators.md
+++ b/docs/custom_mutators.md
@@ -198,7 +198,7 @@ def deinit():  # optional for Python
     This method can be used if you want to send data to the target yourself,
     e.g. via IPC. This replaces some usage of utils/afl_proxy but requires
     that you start the target with afl-fuzz.
-    Example: [custom_mutators/examples/custom_send.c](/custom_mutators/examples/custom_send.c)
+    Example: [custom_mutators/examples/custom_send.c](../custom_mutators/examples/custom_send.c)
 
 - `queue_new_entry` (optional):