From 2f3f99bc22e246489c7acada9a973722fdcef93a Mon Sep 17 00:00:00 2001 From: Roberto Aguilar Date: Wed, 10 Oct 2018 00:14:53 -0400 Subject: [PATCH] Use html version of SubmittingPatches URL --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64ad5a3..8584f62 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/process/submitting-patches.rst) document included with the Linux kernel. In particular the following sections: +More details in the [SubmittingPatches](https://www.kernel.org/doc/html/latest/process/submitting-patches.html) document included with the Linux kernel. In particular the following sections: * `2) Describe your changes` * `3) Separate your changes`