From 3b8291bd1a368667df02bcf7cbf09b8a6a0e7dbb Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 26 Feb 2019 13:38:57 +0100 Subject: docs: move OS-specific docs to subdirs Move freebsd, fuchsia, gvisor docs into own subdirs as we do for all other OSes. Add freebsd found_bugs.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6ce14b20a..f94d39ca5 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Most of the documentation at this moment is related to the Linux kernel. For other OS kernels check: [Akaros](docs/akaros/README.md), [Darwin/XNU](docs/darwin/README.md), -[FreeBSD](docs/freebsd.md), -[Fuchsia](docs/fuchsia.md), +[FreeBSD](docs/freebsd/README.md), +[Fuchsia](docs/fuchsia/README.md), [NetBSD](docs/netbsd/README.md), [OpenBSD](docs/openbsd/setup.md), [Windows](docs/windows/README.md), -[gVisor](docs/gvisor.md). +[gVisor](docs/gvisor/README.md). - [How to install syzkaller](docs/setup.md) - [How to use syzkaller](docs/usage.md) -- cgit mrf-deployment