We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4badeb1 commit 7e6ed48Copy full SHA for 7e6ed48
docs/guides/BUILDING.md
@@ -404,7 +404,8 @@ Tests will be located in:
404
[Running FuzzTests](../testing/fuzz_testing.md#running-fuzztests)
405
406
FAQ: In the event of a build failure related to missing files or dependencies
407
-for pw_fuzzer, check the [FuzzTest FAQ](../testing/fuzz_testing.md#FAQ)
+for pw_fuzzer, check the
408
+[FuzzTest FAQ](../testing/fuzz_testing.md#fuzz-testing-faq)
409
410
## Build custom configuration
411
docs/testing/fuzz_testing.md
@@ -256,6 +256,8 @@ $ ./fuzz-chip-cert-pw --fuzz=ChipCert.DecodeChipCertFuzzer
256
257
```
258
259
+(fuzz-testing-faq)=
260
+
261
### FAQ
262
263
#### What revision should the FuzzTest and Abseil submodules be for running `pw_fuzzer` with FuzzTest?
0 commit comments