diff options
Diffstat (limited to 'docs/life_pro_tips.txt')
-rw-r--r-- | docs/life_pro_tips.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/life_pro_tips.txt b/docs/life_pro_tips.txt index 27c70592..03407e4a 100644 --- a/docs/life_pro_tips.txt +++ b/docs/life_pro_tips.txt @@ -113,12 +113,12 @@ Be sure to check out docs/sister_projects.txt before writing your own. % Need to fuzz the command-line arguments of a particular program? -You can find a simple solution in experimental/argv_fuzzing. +You can find a simple solution in examples/argv_fuzzing. % Attacking a format that uses checksums? Remove the checksum-checking code or -use a postprocessor! See experimental/post_library/ for more. +use a postprocessor! See examples/post_library/ for more. % |