Clusterfuzz docs: link to raw.githubusercontent.com for images.

This commit is contained in:
Oliver Chang 2016-11-18 11:58:18 -08:00
parent a1d663b95e
commit b2e613084b
1 changed files with 4 additions and 4 deletions

View File

@ -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)