From 542bea37fb79497ac3f4ea3411b2af4e5099c864 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 3 Feb 2020 16:10:16 +0100 Subject: fix MDs --- examples/asan_cgroups/limit_memory.sh | 2 +- examples/custom_mutators/README | 2 +- examples/python_mutators/README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/asan_cgroups/limit_memory.sh b/examples/asan_cgroups/limit_memory.sh index ac3a90fe..1f0f04ad 100755 --- a/examples/asan_cgroups/limit_memory.sh +++ b/examples/asan_cgroups/limit_memory.sh @@ -20,7 +20,7 @@ # This tool allows the amount of actual memory allocated to a program # to be limited on Linux systems using cgroups, instead of the traditional # setrlimit() API. This helps avoid the address space problems discussed in -# docs/notes_for_asan.txt. +# docs/notes_for_asan.md. # # Important: the limit covers *both* afl-fuzz and the fuzzed binary. In some # hopefully rare circumstances, afl-fuzz could be killed before the fuzzed diff --git a/examples/custom_mutators/README b/examples/custom_mutators/README index e83baa67..f2ae0e4f 100644 --- a/examples/custom_mutators/README +++ b/examples/custom_mutators/README @@ -1,2 +1,2 @@ This is a simple example for the AFL_CUSTOM_MUTATOR_LIBRARY feature. -For more information see docs/custom_mutator.txt +For more information see [docs/custom_mutator.md](../docs/custom_mutator.md) diff --git a/examples/python_mutators/README b/examples/python_mutators/README index 4e7d62bc..8e378405 100644 --- a/examples/python_mutators/README +++ b/examples/python_mutators/README @@ -1,5 +1,5 @@ These are example and helper files for the AFL_PYTHON_MODULE feature. -See docs/python_mutators.txt for more information +See [docs/python_mutators.md](../docs/python_mutators.md) for more information Note that if you compile with python3.7 you must use python3 scripts, and if you use pyton2.7 to compile python2 scripts! -- cgit 1.4.1