about summary refs log tree commit diff
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-08-16 21:32:43 +0200
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-08-16 21:53:58 +0200
commit4a88e17a26127ce39464dab7f98699fb4feb4def (patch)
tree6240fd90d28626b8f25b5b02c66f038c32e8a4f2
parente05519baf4fbefcc6cad65460da1d9ecf6024275 (diff)
downloadafl++-4a88e17a26127ce39464dab7f98699fb4feb4def.tar.gz
Update FAQ.md
-rw-r--r--docs/FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 767f6fac..3577f3e0 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -93,13 +93,13 @@ To learn how these binaries can be fuzzed, read [binaryonly_fuzzing.md](binaryon
 
 The short answer is - you cannot, at least not "out of the box".
 
-For more information on fuzzing network services, see [best_practices.md#fuzzing-network-service](best_practices.md#fuzzing-network-service).
+For more information on fuzzing network services, see [best_practices.md#fuzzing-a-network-service](best_practices.md#fuzzing-a-network-service).
 
 ### How can I fuzz a GUI program?
 
 Not all GUI programs are suitable for fuzzing. If the GUI program can read the fuzz data from a file without needing any user interaction, then it would be suitable for fuzzing.
 
-For more information on fuzzing GUI programs, see [best_practices.md#fuzzing-gui-program](best_practices.md#fuzzing-gui-program).
+For more information on fuzzing GUI programs, see [best_practices.md#fuzzing-a-gui-program](best_practices.md#fuzzing-a-gui-program).
 
 ### How can I improve the fuzzing speed?