From 39f7574c843273f777ef785aae8e9fec398881f1 Mon Sep 17 00:00:00 2001 From: Redcore Date: Thu, 1 Aug 2024 09:34:07 +0200 Subject: [PATCH] fix: broken link update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3557947312..2f0c45d135 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a patched version of [QEMU](https://gitlab.com/qemu-project/qemu) that e This raw interface is used in `libafl_qemu` that expose a more Rusty API. -To use `libafl_qemu`, refer to the [LibAFL](https://github.com/AFLplusplus/LibAFL) repository, especially the qemu example fuzzers such as [qemu_launcher](https://github.com/AFLplusplus/LibAFL/tree/main/fuzzers/qemu_launcher). +To use `libafl_qemu`, refer to the [LibAFL](https://github.com/AFLplusplus/LibAFL) repository, especially the [qemu](https://github.com/AFLplusplus/LibAFL/tree/main/fuzzers/qemu) fuzzer example. #### License