aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Matthew Fernandez <matthew.fernandez@gmail.com>2019-02-08 17:21:54 -0800
committerGravatar Abhishek Arya <inferno@chromium.org>2019-02-08 17:21:54 -0800
commit97c3cb1de08cc1cff831e5e9bca984c3fb74347d (patch)
tree807602c8b06b57948fa7251ba2ca8481daa18066
parent0bb419758f5d57dc155a7357f58e7dc163a627fb (diff)
[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.
-rw-r--r--docs/ideal_integration.md2
1 files changed, 1 insertions, 1 deletions
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