diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-08-29 22:39:33 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-08-29 22:39:33 +0900 |
commit | 265190984460e4356a0e43fe7a2567e3cfe2f973 (patch) | |
tree | 2539feffc09149847ea9400bcb7ad63c61c8caa9 /CONTRIBUTING.rst | |
parent | 6b5cec7a510da3a61c8e91327c737f551a939e78 (diff) |
doc: update obsolete Linux kernel SubmittingPatches url
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index afaa3f3b..e301f1f0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -10,7 +10,7 @@ request' on github. We expect you to send a patch in Linux kernel development style. If you are not familiar with it, please read the following document: -http://lxr.linux.no/source/Documentation/SubmittingPatches +https://www.kernel.org/doc/Documentation/SubmittingPatches Please check your changes with pep8 and run unittests to make sure that they don't break the existing features. The following command |