aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar inferno-chromium <inferno@chromium.org>2016-11-26 18:30:49 -0800
committerGravatar GitHub <noreply@github.com>2016-11-26 18:30:49 -0800
commit6ee2fe3314f12b582739067a0b53964ac9f0c77d (patch)
treeb44487d6b1b1abba56ad3aa7a2bd86f69a58892f /README.md
parentf8d92b9de46d57e2770d2afd3741a732ba1a01bc (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aef8a0a5..0dc39f86 100644
--- a/README.md
+++ b/README.md
@@ -93,11 +93,11 @@ OSS-Fuzz will adhere to following disclosure principles:
*part of OSS-Fuzz* source code repository.
* [Fuzzer execution environment](docs/fuzzer_environment.md) documents the
environment under which your fuzzers will be run.
-* [Targets List](targets/README.md) lists OSS targets currently added to OSS-Fuzz.
+* [Targets List](targets) lists OSS targets currently added to OSS-Fuzz.
* [Chrome's Efficient Fuzzer Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzer.md)
while contains some chrome-specifics, is an excellent documentation on making your fuzzer better.
-## Build status
+## Build Status
[This page](https://oss-fuzz-build-logs.storage.googleapis.com/status.html)
gives the latest build logs for each target.