From 8175f6f307b228b5ab3932d7b350b445cab8d68a Mon Sep 17 00:00:00 2001 From: inferno-chromium Date: Fri, 2 Dec 2016 09:58:13 -0800 Subject: [PATCH] Update new_project_guide.md --- docs/new_project_guide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 9fcb29f38..d3c67a23e 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -246,5 +246,6 @@ If you are porting a fuzz target from Chromium, keep the original Chromium licen ## The end Once your change is merged, your project and fuzz targets should be automatically built and run on -ClusterFuzz after a short while!

-Check your project's build status [here](https://oss-fuzz-build-logs.storage.googleapis.com/status.html). +ClusterFuzz after a short while (< 1 day)!

+Check your project's build status [here](https://oss-fuzz-build-logs.storage.googleapis.com/status.html).
+Check out the crashes generated and code coverage statistics on [ClusterFuzz](clusterfuzz.md) web interface [here](https://clusterfuzz-external.appspot.com/).