diff options
author | van Hauser <vh@thc.org> | 2020-11-23 10:07:15 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-11-23 10:07:15 +0100 |
commit | cf30f52f255ec9ad5e70b73b65fff323d2184c77 (patch) | |
tree | 8bd26fa757e0ee3d07096f6066a7f2c75078baec | |
parent | e32b7eeb83c0571a2bdaadfd5b7b769fec1405cc (diff) | |
download | afl++-cf30f52f255ec9ad5e70b73b65fff323d2184c77.tar.gz |
fix links
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 494a6bb7..8b522a81 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ anything below 9 is not recommended. v +---------------------------------+ | clang/clang++ 3.3+ is available | --> use LLVM mode (afl-clang-fast/afl-clang-fast++) -+---------------------------------+ see [instrumentation/README.md](instrumentation/README.md) ++---------------------------------+ see [instrumentation/README.llvm.md](instrumentation/README.llvm.md) | | if not, or if the target fails with LLVM afl-clang-fast/++ | @@ -292,7 +292,7 @@ anything below 9 is not recommended. Clickable README links for the chosen compiler: * [LTO mode - afl-clang-lto](instrumentation/README.lto.md) - * [LLVM mode - afl-clang-fast](instrumentation/README.md) + * [LLVM mode - afl-clang-fast](instrumentation/README.llvm.md) * [GCC_PLUGIN mode - afl-gcc-fast](instrumentation/README.gcc_plugin.md) * GCC mode (afl-gcc) has no README as it has no own features |