aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorAndriy Berestovskyy <Andriy.Berestovskyy@cavium.com>2017-02-17 11:41:28 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-02-17 17:00:27 +0300
commite971043e275307634472b35ce394326216c3e301 (patch)
treebb4a362e82481c101a219f9cf25b82b11fd056c0 /CONTRIBUTING
parentaf5205809e3921ea0c4db5771ea1da5d2f0eaaf5 (diff)
doc: fix k.org links in CONTRIBUTING
Fix links for kernel.org code style document. Signed-off-by: Andriy Berestovskyy <Andriy.Berestovskyy@cavium.com> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index a81fd8df4..ab77fd3ba 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -13,7 +13,8 @@ the contributing requirements for ODP
== New Development
-ODP code shall be written with the kernel coding style https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/CodingStyle[Kernel Coding Style]
+ODP code shall be written with the kernel coding style
+https://github.com/torvalds/linux/blob/master/Documentation/process/coding-style.rst[Kernel Coding Style]
ODP code shall be documented using the doxygen style described in the
"Documenting the code" section.
@@ -38,7 +39,8 @@ Signed-off-by: tag line a copy of the description follows:
Signed-off-by: this is a developer's certification that he or she has
the right to submit the patch for inclusion into the [project]. It is
an agreement to the Developer's Certificate of Origin, the full text of
-which can be found in https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/SubmittingPatches[Submitting Patches]
+which can be found in
+https://github.com/torvalds/linux/blob/master/Documentation/process/submitting-patches.rst[Submitting Patches]
Code without a proper signoff cannot be merged into the mainline.