From b2e613084b30438a3a0a46ce473be8529c6c06b1 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Fri, 18 Nov 2016 11:58:18 -0800 Subject: [PATCH] Clusterfuzz docs: link to raw.githubusercontent.com for images. --- docs/clusterfuzz.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/clusterfuzz.md b/docs/clusterfuzz.md index 036b9a56d..ca8261605 100644 --- a/docs/clusterfuzz.md +++ b/docs/clusterfuzz.md @@ -18,7 +18,7 @@ You can view statistics about your fuzzers (e.g. speed, coverage information) on our fuzzer statistics dashboard. ![stats] -(freetype_stats.png) +(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_stats.png) ## Coverage reports @@ -27,10 +27,10 @@ report links, where we highlight the parts of source code that are being reached. ![coverage_1] -(freetype_coverage_1.png) +(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_coverage_1.png) ![coverage_2] -(freetype_coverage_2.png) +(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_coverage_2.png) ## Testcase reports @@ -40,5 +40,5 @@ report page that gives you the stack trace, a link to the crashing testcase, and regression ranges where the bug was most likely introduced. ![report] -(pcre2_testcase.png) +(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/pcre2_testcase.png)