about summary refs log tree commit diff
path: root/qemu_mode
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-11-21 18:00:01 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-11-21 18:00:01 +0100
commit492dbe9fb294dec27e5c2bc7297b36526bb8e61f (patch)
tree7bf254e42c9c52a87a8fd6b3371b9816885e4c6d /qemu_mode
parent36514a2e4facfc9b9c1184259cb99a1c0d0ec2df (diff)
downloadafl++-492dbe9fb294dec27e5c2bc7297b36526bb8e61f.tar.gz
Clean up docs folder
Diffstat (limited to 'qemu_mode')
-rw-r--r--qemu_mode/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md
index d28479d9..c62309a2 100644
--- a/qemu_mode/README.md
+++ b/qemu_mode/README.md
@@ -217,5 +217,6 @@ them at run time, can be a faster alternative. That said, static rewriting is
 fraught with peril, because it depends on being able to properly and fully model
 program control flow without actually executing each and every code path.
 
-Checkout the "Fuzzing binary-only targets" section in our main README.md and
-the docs/binaryonly_fuzzing.md document for more information and hints.
+Check out
+[docs/fuzzing_binary-only_targets.md](../docs/fuzzing_binary-only_targets.md)
+for more information and hints.