From 9534fb67ee08d3532595ffcad4eab3f691621c9d Mon Sep 17 00:00:00 2001 From: Alami-Amine Date: Thu, 26 Sep 2024 19:42:51 +0200 Subject: [PATCH] fix documentation build error --- docs/guides/BUILDING.md | 3 ++- docs/testing/fuzz_testing.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/BUILDING.md b/docs/guides/BUILDING.md index e91fb9840fd8a9..1cc940850c0aef 100644 --- a/docs/guides/BUILDING.md +++ b/docs/guides/BUILDING.md @@ -404,7 +404,8 @@ Tests will be located in: [Running FuzzTests](../testing/fuzz_testing.md#running-fuzztests) FAQ: In the event of a build failure related to missing files or dependencies -for pw_fuzzer, check the [FuzzTest FAQ](../testing/fuzz_testing.md#FAQ) +for pw_fuzzer, check the +[FuzzTest FAQ](../testing/fuzz_testing.md#fuzz-testing-faq) ## Build custom configuration diff --git a/docs/testing/fuzz_testing.md b/docs/testing/fuzz_testing.md index 68f08f4885c48e..4e47653e430e93 100644 --- a/docs/testing/fuzz_testing.md +++ b/docs/testing/fuzz_testing.md @@ -256,6 +256,7 @@ $ ./fuzz-chip-cert-pw --fuzz=ChipCert.DecodeChipCertFuzzer ``` +(fuzztest-faq)= ### FAQ #### What revision should the FuzzTest and Abseil submodules be for running `pw_fuzzer` with FuzzTest?