aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLovell Fuller <lovell@users.noreply.github.com>2020-03-20 14:50:16 +0000
committerGitHub <noreply@github.com>2020-03-20 07:50:16 -0700
commit3c28d2a860ebe96f024157a65f05314af97c648c (patch)
tree50c08b1c3dfe5597764c12395482ad560835215f /README.md
parent67c9b30cf8b0957e5178bc7c0ce38f3ae7eefb1b (diff)
downloadoss-fuzz-3c28d2a860ebe96f024157a65f05314af97c648c.tar.gz
Upgrade lcamtuf.coredump.cx to HTTPS, as it has been (#3527)
accepting only HTTPS connections since approx 14th March. This allows the builds for guetzli, libjpeg-turbo, libtiff and libvips to succeed again.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f2022d714..102fdec3e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ OSS-Fuzz aims to make common open source software more secure and stable by
combining modern fuzzing techniques with scalable,
distributed execution.
-We support the [libFuzzer](http://llvm.org/docs/LibFuzzer.html) and [AFL](http://lcamtuf.coredump.cx/afl/) fuzzing engines
+We support the [libFuzzer](http://llvm.org/docs/LibFuzzer.html) and [AFL](https://lcamtuf.coredump.cx/afl/) fuzzing engines
in combination with [Sanitizers](https://github.com/google/sanitizers), as well as
[ClusterFuzz](https://github.com/google/clusterfuzz),
a distributed fuzzer execution environment and reporting tool.