From 542bea37fb79497ac3f4ea3411b2af4e5099c864 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 3 Feb 2020 16:10:16 +0100 Subject: fix MDs --- src/afl-fuzz-stats.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/afl-fuzz-stats.c') diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index be065647..9dc4b917 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -747,7 +747,7 @@ void show_init_stats(void) { SAYF("\n"); if (avg_us > ((qemu_mode || unicorn_mode) ? 50000 : 10000)) - WARNF(cLRD "The target binary is pretty slow! See %s/perf_tips.txt.", + WARNF(cLRD "The target binary is pretty slow! See %s/perf_tips.md.", doc_path); /* Let's keep things moving with slow binaries. */ @@ -762,10 +762,10 @@ void show_init_stats(void) { if (!resuming_fuzz) { if (max_len > 50 * 1024) - WARNF(cLRD "Some test cases are huge (%s) - see %s/perf_tips.txt!", + WARNF(cLRD "Some test cases are huge (%s) - see %s/perf_tips.md!", DMS(max_len), doc_path); else if (max_len > 10 * 1024) - WARNF("Some test cases are big (%s) - see %s/perf_tips.txt.", + WARNF("Some test cases are big (%s) - see %s/perf_tips.md.", DMS(max_len), doc_path); if (useless_at_start && !in_bitmap) -- cgit 1.4.1