From 97c3cb1de08cc1cff831e5e9bca984c3fb74347d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 8 Feb 2019 17:21:54 -0800 Subject: [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. --- docs/ideal_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ideal_integration.md b/docs/ideal_integration.md index d53c469c..91290699 100644 --- a/docs/ideal_integration.md +++ b/docs/ideal_integration.md @@ -36,7 +36,7 @@ Examples: [FreeType](http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/tools/ftfuzzer), [re2](https://github.com/google/re2/tree/master/re2/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). ## Build support -- cgit v1.2.3