diff options
author | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
commit | 542bea37fb79497ac3f4ea3411b2af4e5099c864 (patch) | |
tree | 988cc7ffc596d68d073af402e6511856698998ad /docs/parallel_fuzzing.md | |
parent | 1d8e772f6c3bd542a2fc68835befde246b0bbef6 (diff) | |
download | afl++-542bea37fb79497ac3f4ea3411b2af4e5099c864.tar.gz |
fix MDs
Diffstat (limited to 'docs/parallel_fuzzing.md')
-rw-r--r-- | docs/parallel_fuzzing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/parallel_fuzzing.md b/docs/parallel_fuzzing.md index e6780125..0a2863fe 100644 --- a/docs/parallel_fuzzing.md +++ b/docs/parallel_fuzzing.md @@ -25,7 +25,7 @@ cases on the fly. Note that afl++ has AFLfast's power schedules implemented. It is therefore a good idea to use different power schedules if you run -several instances in parallel. See docs/power_schedules.txt +several instances in parallel. See [power_schedules.md](power_schedules.md) Alternatively running other AFL spinoffs in parallel can be of value, e.g. Angora (https://github.com/AngoraFuzzer/Angora/) |