diff options
author | van Hauser <vh@thc.org> | 2021-10-10 15:32:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 15:32:31 +0200 |
commit | da865cbb9d289d0f782a1c33d85261903c60d624 (patch) | |
tree | 2d0bbe30278b50a681519a765aafb4a7eb739051 /instrumentation/README.llvm.md | |
parent | 158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff) | |
parent | f6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (diff) | |
download | afl++-da865cbb9d289d0f782a1c33d85261903c60d624.tar.gz |
Merge pull request #1109 from kcwu/dev
Fix document paths.
Diffstat (limited to 'instrumentation/README.llvm.md')
-rw-r--r-- | instrumentation/README.llvm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index 6e210a7c..5b1e60cc 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -2,7 +2,7 @@ (See [../README.md](../README.md) for the general instruction manual.) - (See [README.gcc_plugin.md](../README.gcc_plugin.md) for the GCC-based instrumentation.) + (See [README.gcc_plugin.md](README.gcc_plugin.md) for the GCC-based instrumentation.) ## 1) Introduction |