From a0f00cc5a05c4e3954578808e0fb75a3a3f5d89c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 1 Feb 2019 14:48:17 +0100 Subject: docs: move netbsd.md into own dir The latest trend is to create a dir per OS as we now have too many of them. Create a dir netbsd and move the existing doc into it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ef1b2f76d..6ce14b20a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For other OS kernels check: [Darwin/XNU](docs/darwin/README.md), [FreeBSD](docs/freebsd.md), [Fuchsia](docs/fuchsia.md), -[NetBSD](docs/netbsd.md), +[NetBSD](docs/netbsd/README.md), [OpenBSD](docs/openbsd/setup.md), [Windows](docs/windows/README.md), [gVisor](docs/gvisor.md). -- cgit mrf-deployment