From 38e4301909ec62d1652ecd05187cf3cf4db9f655 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Sat, 14 Jan 2017 12:13:15 -0800 Subject: [PATCH] Update new_project_guide.md --- docs/new_project_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 22e19854b..5904fe5c1 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -152,7 +152,7 @@ $ python infra/helper.py run_fuzzer $PROJECT_NAME ``` If everything works locally, then it should also work on our automated builders and ClusterFuzz. -If it fails, check out [this](docs/fuzzer_environment.md#dependencies) entry. +If it fails, check out [this](fuzzer_environment.md#dependencies) entry. It's recommended to look at code coverage as a sanity check to make sure that [fuzz target](glossary.md#fuzz-target) gets to the code you expect.