diff options
-rw-r--r-- | docs/afl-fuzz_approach.md | 2 | ||||
-rw-r--r-- | instrumentation/README.lto.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md index e0d5a1c9..4e8e5eaa 100644 --- a/docs/afl-fuzz_approach.md +++ b/docs/afl-fuzz_approach.md @@ -37,7 +37,7 @@ superior to blind fuzzing or coverage-only tools. ## Understanding the status screen -This chapter provides an overview of the status screen - plus tips for +This section provides an overview of the status screen - plus tips for troubleshooting any warnings and red text shown in the UI. For the general instruction manual, see [README.md](../README.md). diff --git a/instrumentation/README.lto.md b/instrumentation/README.lto.md index a74425dc..24e57b23 100644 --- a/instrumentation/README.lto.md +++ b/instrumentation/README.lto.md @@ -202,7 +202,7 @@ bytes or which functions were touched by an input. ## Solving difficult targets Some targets are difficult because the configure script does unusual stuff that -is unexpected for afl. See the next chapter `Potential issues` for how to solve +is unexpected for afl. See the next section `Potential issues` for how to solve these. ### Example: ffmpeg |