Update new_project_guide.md

This commit is contained in:
Kostya Serebryany 2016-12-02 20:54:38 -08:00 committed by GitHub
parent 229ffaede8
commit 4af6a76cc3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Setting up New Project
## Prerequisites
- [Integrate](ideal_integration.md) one or more [Fuzz Targets](http://libfuzzer.info/#fuzz-target)
- [Integrate](ideal_integration.md) one or more [Fuzz Targets](glossary.md#fuzz-target)
with the project you want to fuzz.<BR>
Examples:
[boringssl](https://github.com/google/boringssl/tree/master/fuzz),