aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/faq.md2
-rw-r--r--docs/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.md b/docs/faq.md
index eab450533..a1a82aedd 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -163,7 +163,7 @@ restore it to the new GCS location later (instruction to find the
new location [here]({{ site.baseurl }}/advanced-topics/corpora/#viewing-the-corpus-for-a-fuzz-target)).
## Does OSS-Fuzz support AFL or honggfuzz?
-OSS-Fuzz *uses* both [AFL](http://lcamtuf.coredump.cx/afl/) and
+OSS-Fuzz *uses* both [AFL](https://lcamtuf.coredump.cx/afl/) and
[honggfuzz](https://github.com/google/honggfuzz)
[fuzzing engines]({{ site.baseurl }}/reference/glossary/#fuzzing-engine).
Follow the
diff --git a/docs/index.md b/docs/index.md
index 66d9d9b1f..cce3be14a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -24,7 +24,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.