]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/ARCHITECTURE.md
docs: drop .md suffixes again
[thirdparty/systemd.git] / docs / ARCHITECTURE.md
index 33486203a6553b130a1f2513c1389be4d669f65b..1478ea0ef2ff0f0548244df34a2d1b7e435780ec 100644 (file)
@@ -145,7 +145,7 @@ as a normal executable and executed for each of the input samples under
 with sanitizers and invoked as part of the test suite (if `-Dfuzz-tests=true`
 is configured). Thirdly, fuzzers are executed through fuzzing engines that try
 to find new "interesting" inputs through coverage feedback and massive
-parallelization; see the links for oss-fuzz in [Code quality](CODE_QUALITY.md).
+parallelization; see the links for oss-fuzz in [Code quality](CODE_QUALITY).
 For testing and debugging, fuzzers can be executed as any other program,
 including under `valgrind` or `gdb`.