mirror of https://github.com/google/oss-fuzz.git
[docs] fix pcre2 link (#2153)
pcre2's web server has a redirect to HTTPS that introduces a duplicate view parameter, resulting in the eventual URL of https://vcs.pcre.org/pcre2/code/trunk/src/pcre2_fuzzsupport.c?view=markup?view=markup which fails to load. This seems like an error in their web server config, but using an HTTPS URL to begin with works around this issue.
This commit is contained in:
parent
0bb419758f
commit
97c3cb1de0
|
@ -36,7 +36,7 @@ Examples:
|
||||||
[FreeType](http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/tools/ftfuzzer),
|
[FreeType](http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/tools/ftfuzzer),
|
||||||
[re2](https://github.com/google/re2/tree/master/re2/fuzzing),
|
[re2](https://github.com/google/re2/tree/master/re2/fuzzing),
|
||||||
[harfbuzz](https://github.com/behdad/harfbuzz/tree/master/test/fuzzing),
|
[harfbuzz](https://github.com/behdad/harfbuzz/tree/master/test/fuzzing),
|
||||||
[pcre2](http://vcs.pcre.org/pcre2/code/trunk/src/pcre2_fuzzsupport.c?view=markup),
|
[pcre2](https://vcs.pcre.org/pcre2/code/trunk/src/pcre2_fuzzsupport.c?view=markup),
|
||||||
[ffmpeg](https://github.com/FFmpeg/FFmpeg/blob/master/tools/target_dec_fuzzer.c).
|
[ffmpeg](https://github.com/FFmpeg/FFmpeg/blob/master/tools/target_dec_fuzzer.c).
|
||||||
|
|
||||||
## Build support
|
## Build support
|
||||||
|
|
Loading…
Reference in New Issue