about summary refs log tree commit diff
path: root/instrumentation
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-12-13 22:17:02 +0100
committerGitHub <noreply@github.com>2021-12-13 22:17:02 +0100
commitc6bad07d75aa36671ebc32a722566cb145414b08 (patch)
treef59a3c6d5fb0f42056252f400f3bab1e1010432b /instrumentation
parent52dd5d479d411460c8cf2010a89f72e269d799ea (diff)
parent83487415b1ba3f11a6a03516b20923e6278cb97a (diff)
downloadafl++-c6bad07d75aa36671ebc32a722566cb145414b08.tar.gz
Merge pull request #1208 from llzmb/docs_add_overview
Add docs content overview
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/README.gcc_plugin.md5
-rw-r--r--instrumentation/README.llvm.md2
2 files changed, 4 insertions, 3 deletions
diff --git a/instrumentation/README.gcc_plugin.md b/instrumentation/README.gcc_plugin.md
index ef38662b..ed39af9d 100644
--- a/instrumentation/README.gcc_plugin.md
+++ b/instrumentation/README.gcc_plugin.md
@@ -1,7 +1,8 @@
 # GCC-based instrumentation for afl-fuzz
 
-For the general instruction manual, see [../README.md](../README.md). For the
-LLVM-based instrumentation, see [README.llvm.md](README.llvm.md).
+For the general instruction manual, see [docs/README.md](../docs/README.md).
+
+For the LLVM-based instrumentation, see [README.llvm.md](README.llvm.md).
 
 This document describes how to build and use `afl-gcc-fast` and `afl-g++-fast`,
 which instrument the target with the help of gcc plugins.
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md
index d220e52c..7855a987 100644
--- a/instrumentation/README.llvm.md
+++ b/instrumentation/README.llvm.md
@@ -1,6 +1,6 @@
 # Fast LLVM-based instrumentation for afl-fuzz
 
-For the general instruction manual, see [../README.md](../README.md).
+For the general instruction manual, see [docs/README.md](../docs/README.md).
 
 For the GCC-based instrumentation, see
 [README.gcc_plugin.md](README.gcc_plugin.md).