aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2019-08-02 10:52:11 -0700
committerGravatar Max Moroz <mmoroz@chromium.org>2019-08-02 10:52:11 -0700
commitcce230cc35cf92f32dba2d47333d0a4dd479702e (patch)
tree53c0558c45377525a11430677f8563d5deede6f4 /README.md
parent3041ce169a31af3feaa6516541db1d6b60831fe5 (diff)
[docs] Follow up fix for the new link.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c928b8b3..258a2084 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ OSS-Fuzz will adhere to following disclosure principles:
* [Fuzzer execution environment](docs/fuzzer_environment.md) documents the
environment under which your fuzzers will be run.
* [Projects](projects) lists OSS projects currently analyzed by OSS-Fuzz.
-* [Chrome's Efficient Fuzzing Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzing.md)
+* [Chrome's Efficient Fuzzing Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzing.md)
while containing some Chrome-specific bits, is an excellent guide to making your fuzzer better.
* Blog posts:
* 2016-12-01 ([1](https://opensource.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html),