about summary refs log tree commit diff
path: root/docs/known_limitations.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-10-10 15:32:31 +0200
committerGitHub <noreply@github.com>2021-10-10 15:32:31 +0200
commitda865cbb9d289d0f782a1c33d85261903c60d624 (patch)
tree2d0bbe30278b50a681519a765aafb4a7eb739051 /docs/known_limitations.md
parent158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff)
parentf6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (diff)
downloadafl++-da865cbb9d289d0f782a1c33d85261903c60d624.tar.gz
Merge pull request #1109 from kcwu/dev
Fix document paths.
Diffstat (limited to 'docs/known_limitations.md')
-rw-r--r--docs/known_limitations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/known_limitations.md b/docs/known_limitations.md
index deb539e2..2d8f84a5 100644
--- a/docs/known_limitations.md
+++ b/docs/known_limitations.md
@@ -15,7 +15,7 @@ Here are some of the most important caveats for AFL:
     To work around this, you can comment out the relevant checks (see
     utils/libpng_no_checksum/ for inspiration); if this is not possible,
     you can also write a postprocessor, one of the hooks of custom mutators.
-    See [docs/custom_mutators.md](docs/custom_mutators.md) on how to use
+    See [custom_mutators.md](custom_mutators.md) on how to use
     `AFL_CUSTOM_MUTATOR_LIBRARY`
 
   - There are some unfortunate trade-offs with ASAN and 64-bit binaries. This
@@ -33,4 +33,4 @@ Here are some of the most important caveats for AFL:
   - Occasionally, sentient machines rise against their creators. If this
     happens to you, please consult [http://lcamtuf.coredump.cx/prep/](http://lcamtuf.coredump.cx/prep/).
 
-Beyond this, see [INSTALL.md](INSTALL.md) for platform-specific tips.
\ No newline at end of file
+Beyond this, see [INSTALL.md](INSTALL.md) for platform-specific tips.