corpora.md: fix markdown images (#698)

This commit is contained in:
Roman Lebedev 2017-07-01 14:05:32 +00:00 committed by Abhishek Arya
parent 1d8896038e
commit b2d75a3b05
1 changed files with 2 additions and 4 deletions

View File

@ -11,15 +11,13 @@ Follow the instructions on the installation page to login with a Google account
The fuzzer statistics page for your project on [ClusterFuzz](clusterfuzz.md) will contain a link to the Google Cloud console for your corpus under the "corpus_size" column. You can browse and download individual test inputs in the corpus here.
![viewing_corpus]
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/viewing_corpus.png)
![viewing_corpus](https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/viewing_corpus.png)
## Downloading the corpus
If you would like to download the entire corpus, from the cloud console link, copy the bucket path highlighted here:
![corpus_path]
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/corpus_path.png)
![corpus_path](https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/corpus_path.png)
And then run the following command to copy the corpus to a directory on your machine.