about summary refs log tree commit diff
path: root/docs/life_pro_tips.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/life_pro_tips.md')
-rw-r--r--docs/life_pro_tips.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/life_pro_tips.md b/docs/life_pro_tips.md
index 379ef70d..a0d90659 100644
--- a/docs/life_pro_tips.md
+++ b/docs/life_pro_tips.md
@@ -5,15 +5,15 @@ to read or memorize every other piece of documentation for AFL.
 
 ## Get more bang for your buck by using fuzzing dictionaries.
 
-See dictionaries/README.md to learn how.
+See [dictionaries/README.md](../dictionaries/README.md) to learn how.
 
 ## You can get the most out of your hardware by parallelizing AFL jobs.
 
-See docs/parallel_fuzzing.md for step-by-step tips.
+See [parallel_fuzzing.md](parallel_fuzzing.md) for step-by-step tips.
 
 ## Improve the odds of spotting memory corruption bugs with libdislocator.so!
 
-It's easy. Consult libdislocator/README.md for usage tips.
+It's easy. Consult [libdislocator/README.md](../libdislocator/README.md) for usage tips.
 
 ## Want to understand how your target parses a particular input file?