From dcb8d4603ebbabb9a9221a0bea4f0e587cdfd660 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 22 Nov 2016 11:53:49 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc32d70f..a6da54078 100644 --- a/README.md +++ b/README.md @@ -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)).