We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129c55c commit 6cec69fCopy full SHA for 6cec69f
docs/HACKING.md
@@ -127,7 +127,5 @@ guidance in [CONTRIBUTING.md](CONTRIBUTING.md) on how to report a security vulne
127
128
For more details on building fuzzers and integrating with OSS-Fuzz, visit:
129
130
-- https://google.github.io/oss-fuzz/getting-started/new-project-guide/
131
-- https://llvm.org/docs/LibFuzzer.html
132
-- https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md
133
-- 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)
0 commit comments