From b2d75a3b055d4b5d4f84b94df2f203e5b5948692 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Sat, 1 Jul 2017 14:05:32 +0000 Subject: [PATCH] corpora.md: fix markdown images (#698) --- docs/corpora.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/corpora.md b/docs/corpora.md index 0c4377456..0e46c6e1b 100644 --- a/docs/corpora.md +++ b/docs/corpora.md @@ -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.