From: Lynn Kirby Date: Mon, 17 Feb 2020 22:23:34 +0000 (-0500) Subject: Change all fuzzing links to point to OSS-Fuzz site X-Git-Tag: v245-rc2~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cec69fc3edd2a9385253cd64f2205a87ffc255e;p=thirdparty%2Fsystemd.git Change all fuzzing links to point to OSS-Fuzz site --- diff --git a/docs/HACKING.md b/docs/HACKING.md index e2aa5853ec6..c0516b5c624 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -127,7 +127,5 @@ guidance in [CONTRIBUTING.md](CONTRIBUTING.md) on how to report a security vulne For more details on building fuzzers and integrating with OSS-Fuzz, visit: -- https://google.github.io/oss-fuzz/getting-started/new-project-guide/ -- https://llvm.org/docs/LibFuzzer.html -- https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md -- https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzing.md +- [Setting up a new project - OSS-Fuzz](https://google.github.io/oss-fuzz/getting-started/new-project-guide/) +- [Tutorials - OSS-Fuzz](https://google.github.io/oss-fuzz/reference/useful-links/#tutorials)