From e511d9f8d8f1889892d53dd0317f3e99c024f3d5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 1 Nov 2017 20:36:17 +0300 Subject: docs: add found_bugs for akaros --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0f281af10..57142d400 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can subscribe to it with a google account or by sending an email to syzkalle Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well. Most of the documentation at this moment is related to the Linux kernel. -For other OS kernels check: [Akaros](docs/akaros.md), [FreeBSD](docs/freebsd.md), [Fuchsia](docs/fuchsia.md), [NetBSD](docs/netbsd.md), [Windows](docs/windows.md). +For other OS kernels check: [Akaros](docs/akaros/README.md), [FreeBSD](docs/freebsd.md), [Fuchsia](docs/fuchsia.md), [NetBSD](docs/netbsd.md), [Windows](docs/windows.md). - [How to install syzkaller](docs/setup.md) - [How to use syzkaller](docs/usage.md) -- cgit mrf-deployment