Update README.md

This commit is contained in:
Mike Aizatsky 2016-11-22 11:53:49 -08:00 committed by GitHub
parent 94c47d5fdc
commit dcb8d4603e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The following process is used for targets in OSS-Fuzz:
- A maintainer of an opensource project or an outside volunteer creates
one or more [fuzz targets](http://libfuzzer.info/#fuzz-target)
and [integrates](docs/ideal_integration.md) them with the project's build and test system.
- These fuzz targets are [accepted to OSS-Fuzz](docs/new_target.md).
- These fuzz targets are [accepted to OSS-Fuzz](#accepting-new-targets).
- When [ClusterFuzz](docs/clusterfuzz.md) finds a bug, an issue is automatically
reported in the OSS-Fuzz [issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list)
([example](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9)).