summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynn Kirby <lynn@arrak.is>2020-02-17 17:23:34 -0500
committerEvgeny Vereshchagin <evvers@ya.ru>2020-02-18 01:50:36 +0300
commit6cec69fc3edd2a9385253cd64f2205a87ffc255e (patch)
treefff20f9af937c1ba1ee7b5421ddb09307eaa438b
parent129c55c06f49e164bba6edcc1264608b4bddda79 (diff)
downloadsystemd-6cec69fc3edd2a9385253cd64f2205a87ffc255e.tar.gz
Change all fuzzing links to point to OSS-Fuzz site
-rw-r--r--docs/HACKING.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md
index e2aa5853ec..c0516b5c62 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)