diff options
author | Lynn Kirby <lynn@arrak.is> | 2020-02-10 22:50:52 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2020-02-17 23:50:36 +0100 |
commit | 129c55c06f49e164bba6edcc1264608b4bddda79 (patch) | |
tree | 57d60a4c622b8be30c95689f57c0a0e723d1dd8c /docs/HACKING.md | |
parent | fixed typo in systemd.netdev Documentation for L2TP (diff) | |
download | systemd-129c55c06f49e164bba6edcc1264608b4bddda79.tar.xz systemd-129c55c06f49e164bba6edcc1264608b4bddda79.zip |
docs: fix HACKING.md broken links
Diffstat (limited to 'docs/HACKING.md')
-rw-r--r-- | docs/HACKING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index db9ed1a01e..e2aa5853ec 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -127,7 +127,7 @@ 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://github.com/google/oss-fuzz/blob/master/docs/new_project_guide.md +- https://google.github.io/oss-fuzz/getting-started/new-project-guide/ - https://llvm.org/docs/LibFuzzer.html -- https://github.com/google/fuzzer-test-suite/blob/master/tutorial/libFuzzerTutorial.md -- https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzer.md +- https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md +- https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzing.md |