about summary refs log tree commit diff
path: root/qemu_mode/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-11-30 10:56:02 +0100
committerGitHub <noreply@github.com>2021-11-30 10:56:02 +0100
commitedbf41f78619162071987a44b46ab7f739bb85c1 (patch)
tree3be630bc3a5d1ea65f3bb49863b37ff5b9d688c4 /qemu_mode/README.md
parent235bb3235e45a81eb2b524f3a76346d91a163e3d (diff)
parent8968bee836ecde0fa2427b84b2f3ac85c276958f (diff)
downloadafl++-edbf41f78619162071987a44b46ab7f739bb85c1.tar.gz
Merge pull request #1172 from llzmb/docs_cleanup_folder_2
Clean up docs folder
Diffstat (limited to 'qemu_mode/README.md')
-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.