diff options
author | Tim Blazytko <mrphrazer@users.noreply.github.com> | 2020-09-23 01:58:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 01:58:11 +0200 |
commit | b3b5e2509176788fac09834cf59f909de8c7df0f (patch) | |
tree | 526d329a3b02b264d03b26573dde0dfdd72b7813 /examples/custom_mutators | |
parent | f4a0407270fa9a928c7954f1a74bb63f8f24fd63 (diff) | |
download | afl++-b3b5e2509176788fac09834cf59f909de8c7df0f.tar.gz |
examples: fixed path for docs (#563)
Diffstat (limited to 'examples/custom_mutators')
-rw-r--r-- | examples/custom_mutators/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_mutators/README.md b/examples/custom_mutators/README.md index a81538e6..655f7a5e 100644 --- a/examples/custom_mutators/README.md +++ b/examples/custom_mutators/README.md @@ -1,7 +1,7 @@ # Examples for the custom mutator These are example and helper files for the custom mutator feature. -See [docs/custom_mutators.md](../docs/custom_mutators.md) for more information +See [docs/custom_mutators.md](../../docs/custom_mutators.md) for more information Note that if you compile with python3.7 you must use python3 scripts, and if you use python2.7 to compile python2 scripts! |