From 415be06c54a61ae87fd8a99da2ee12d1ea5d1638 Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Sat, 4 Dec 2021 21:29:15 +0100 Subject: [PATCH] Add links to orphaned files --- README.md | 3 ++- docs/afl-fuzz_approach.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b70eb1ab..21724696 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Here is some information to get you started: * For releases, see the [Releases tab](https://github.com/AFLplusplus/AFLplusplus/releases) and [branches](#branches). Also take a look at the list of - [important changes in AFL++](docs/important_changes.md). + [important changes in AFL++](docs/important_changes.md) and the list of + [features](docs/features.md). * If you want to use AFL++ for your academic work, check the [papers page](https://aflplus.plus/papers/) on the website. * To cite our work, look at the [Cite](#cite) section. diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md index 3804f5a0..a72087c2 100644 --- a/docs/afl-fuzz_approach.md +++ b/docs/afl-fuzz_approach.md @@ -466,6 +466,7 @@ cd ../../ sudo make install ``` +To learn more about remote monitoring and metrics visualization with StatsD, see [rpc_statsd.md](rpc_statsd.md). ### Addendum: status and plot files