]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Change all fuzzing links to point to OSS-Fuzz site
authorLynn Kirby <lynn@arrak.is>
Mon, 17 Feb 2020 22:23:34 +0000 (17:23 -0500)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 17 Feb 2020 22:50:36 +0000 (01:50 +0300)
docs/HACKING.md

index e2aa5853ec69ab6a423ff0cc34d87d51c0d4cde9..c0516b5c624affe14f98df38fdf378766cc1a091 100644 (file)
@@ -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)