From f856ee6a5257062d413ef789b27a39b05c9d0509 Mon Sep 17 00:00:00 2001 From: Roberto Aguilar Date: Tue, 9 Oct 2018 08:05:00 -0400 Subject: [PATCH] Update kernel "SubmittingPatches" link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 521ee3a..64ad5a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ The style of the repo follows that of the Linux kernel, in particular: * More details in the body * Match surrounding coding style (line wrapping, spaces, etc) -More details in the [SubmittingPatches](https://www.kernel.org/doc/Documentation/SubmittingPatches) document included with the Linux kernel. In particular the following sections: +More details in the [SubmittingPatches](https://www.kernel.org/doc/Documentation/process/submitting-patches.rst) document included with the Linux kernel. In particular the following sections: * `2) Describe your changes` * `3) Separate your changes`