From 127b1dd85c3fb269b5091e57d35974b54a2af668 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 26 Oct 2017 19:28:24 +0200 Subject: docs: move linux kernel specific docs to docs/linux/ dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 937547c8b..265ab5bed 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can subscribe to it with a google account or by sending an email to syzkalle - [How to use syzkaller](docs/usage.md) - [How syzkaller works](docs/internals.md) - [How to contribute to syzkaller](docs/contributing.md) -- [How to report Linux kernel bugs](docs/linux_kernel_reporting_bugs.md) +- [How to report Linux kernel bugs](docs/linux/reporting_kernel_bugs.md) ## External Articles -- cgit mrf-deployment