Move images in documentation to its own directory.

This commit is contained in:
Abhishek Arya 2016-11-26 15:49:16 -08:00
parent fc08d7132e
commit bedc70a0ff
5 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ You can view statistics about your fuzzers (e.g. speed, coverage information,
memory usage) on our fuzzer statistics dashboard.
![stats]
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_stats.png)
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_stats.png)
## Coverage reports
@ -25,10 +25,10 @@ We also provide coverage reports, where we highlight the parts of source code th
reached by your fuzzer.
![coverage_1]
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_coverage_1.png)
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_1.png)
![coverage_2]
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_coverage_2.png)
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_2.png)
## Testcase reports
@ -38,5 +38,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]
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/pcre2_testcase.png)
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/pcre2_testcase.png)

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB