From 7e0161577f869fd4fb5429580b91a8026ddc430c Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Wed, 26 Oct 2016 10:00:01 -0700 Subject: [PATCH] Update README.md --- targets/README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/targets/README.md b/targets/README.md index 3d1095494..f884a702c 100644 --- a/targets/README.md +++ b/targets/README.md @@ -4,23 +4,23 @@ Targets integrated with oss-fuzz. | Project | Integration Source Location | | ------------ | --------------- | -| [boringssl](https://boringssl.googlesource.com/boringssl/) | [targets/boringssl](https://github.com/google/oss-fuzz/tree/master/targets/boringssl) | -| [curl](https://curl.haxx.se/) | [targets/curl](https://github.com/google/oss-fuzz/tree/master/targets/curl) | -| [expat](http://expat.sourceforge.net/) | [targets/expat](https://github.com/google/oss-fuzz/tree/master/targets/expat) | -| [freetype2](https://www.freetype.org/) | [targets/freetype2](https://github.com/google/oss-fuzz/tree/master/targets/freetype2) | -| [harfbuzz](http://www.harfbuzz.org/) | [targets/harfbuzz](https://github.com/google/oss-fuzz/tree/master/targets/harfbuzz) | -| [icu](http://site.icu-project.org/) | [targets/icu](https://github.com/google/oss-fuzz/tree/master/targets/icu) | -| libass | [targets/libass](https://github.com/google/oss-fuzz/tree/master/targets/libass) | -| libchewing | [targets/libchewing](https://github.com/google/oss-fuzz/tree/master/targets/libchewing) | -| libpng | [targets/libpng](https://github.com/google/oss-fuzz/tree/master/targets/libpng) | -| [libteken](http://80386.nl/projects/libteken/) | [targets/libteken](https://github.com/google/oss-fuzz/tree/master/targets/libteken) | -| [libtsm](https://www.freedesktop.org/wiki/Software/kmscon/libtsm/) | [targets/libtsm](https://github.com/google/oss-fuzz/tree/master/targets/libtsm) | -| libxml2 | [targets/libxml2](https://github.com/google/oss-fuzz/tree/master/targets/libxml2) | -| nlohmann/json | [targets/json](https://github.com/google/oss-fuzz/tree/master/targets/json) | -| nss | [targets/nss](https://github.com/google/oss-fuzz/tree/master/targets/nss) | -| pcre2 | [targets/pcre2](https://github.com/google/oss-fuzz/tree/master/targets/pcre2) | -| re2 | [targets/re2](https://github.com/google/oss-fuzz/tree/master/targets/re2) | -| sqlite3 | [targets/sqlite3](https://github.com/google/oss-fuzz/tree/master/targets/sqlite3) | +| [boringssl](https://boringssl.googlesource.com/boringssl/) | [/targets/boringssl](https://github.com/google/oss-fuzz/tree/master/targets/boringssl) | +| [curl](https://curl.haxx.se/) | [/targets/curl](https://github.com/google/oss-fuzz/tree/master/targets/curl) | +| [expat](http://expat.sourceforge.net/) | [/targets/expat](https://github.com/google/oss-fuzz/tree/master/targets/expat) | +| [freetype2](https://www.freetype.org/) | [/targets/freetype2](https://github.com/google/oss-fuzz/tree/master/targets/freetype2) | +| [harfbuzz](http://www.harfbuzz.org/) | [/targets/harfbuzz](https://github.com/google/oss-fuzz/tree/master/targets/harfbuzz) | +| [icu](http://site.icu-project.org/) | [/targets/icu](https://github.com/google/oss-fuzz/tree/master/targets/icu) | +| libass | [/targets/libass](https://github.com/google/oss-fuzz/tree/master/targets/libass) | +| libchewing | [/targets/libchewing](https://github.com/google/oss-fuzz/tree/master/targets/libchewing) | +| libpng | [/targets/libpng](https://github.com/google/oss-fuzz/tree/master/targets/libpng) | +| [libteken](http://80386.nl/projects/libteken/) | [/targets/libteken](https://github.com/google/oss-fuzz/tree/master/targets/libteken) | +| [libtsm](https://www.freedesktop.org/wiki/Software/kmscon/libtsm/) | [/targets/libtsm](https://github.com/google/oss-fuzz/tree/master/targets/libtsm) | +| libxml2 | [/targets/libxml2](https://github.com/google/oss-fuzz/tree/master/targets/libxml2) | +| nlohmann/json | [/targets/json](https://github.com/google/oss-fuzz/tree/master/targets/json) | +| nss | [/targets/nss](https://github.com/google/oss-fuzz/tree/master/targets/nss) | +| pcre2 | [/targets/pcre2](https://github.com/google/oss-fuzz/tree/master/targets/pcre2) | +| re2 | [/targets/re2](https://github.com/google/oss-fuzz/tree/master/targets/re2) | +| sqlite3 | [/targets/sqlite3](https://github.com/google/oss-fuzz/tree/master/targets/sqlite3) | | tpm2 | [chromium:tpm2/fuzz](https://chromium.googlesource.com/chromiumos/third_party/tpm2/+/master/fuzz/) | -| woff2 | [targets/woff2](https://github.com/google/oss-fuzz/tree/master/targets/woff2) | -| zlib | [targets/zlib](https://github.com/google/oss-fuzz/tree/master/targets/zlib) | +| woff2 | [/targets/woff2](https://github.com/google/oss-fuzz/tree/master/targets/woff2) | +| zlib | [/targets/zlib](https://github.com/google/oss-fuzz/tree/master/targets/zlib) |