about summary refs log tree commit diff
path: root/docs/ci_fuzzing.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-09-15 12:28:05 +0200
committervanhauser-thc <vh@thc.org>2021-09-15 12:28:05 +0200
commit51b2e86ec077c0b67ef1b54a9a30288b74c01be0 (patch)
treea92ca9d3c62b7343820efb817177f9b6b1ed1c45 /docs/ci_fuzzing.md
parent48e26d8e06df6098db855dd9f68d2f419f8be9b1 (diff)
downloadafl++-51b2e86ec077c0b67ef1b54a9a30288b74c01be0.tar.gz
fix links
Diffstat (limited to 'docs/ci_fuzzing.md')
-rw-r--r--docs/ci_fuzzing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ci_fuzzing.md b/docs/ci_fuzzing.md
index 316059f8..8d1a2f99 100644
--- a/docs/ci_fuzzing.md
+++ b/docs/ci_fuzzing.md
@@ -26,4 +26,4 @@ Some notes on CI Fuzzing - this fuzzing is different to normal fuzzing campaigns
 `-M` enables old queue handling etc. which is good for a fuzzing campaign but not good for short CI runs.
 
 How this can look like can e.g. be seen at AFL++'s setup in Google's [oss-fuzz](https://github.com/google/oss-fuzz/blob/master/infra/base-images/base-builder/compile_afl)
-and [clusterfuzz](https://github.com/google/clusterfuzz/blob/master/src/python/bot/fuzzers/afl/launcher.py).
\ No newline at end of file
+and [clusterfuzz](https://github.com/google/clusterfuzz/blob/master/src/clusterfuzz/_internal/bot/fuzzers/afl/launcher.py).