From: Yongseok Koh Date: Fri, 6 Jan 2017 22:40:10 +0000 (-0800) Subject: doc: fix links to Linux in contribution guide X-Git-Tag: spdx-start~5140 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f2b9988926ee9c3fe3d739dc8be7419ec84deda5;p=dpdk.git doc: fix links to Linux in contribution guide A referenced document in the Linux Kernel has been moved to a sub-directory. And kernel community has moved to RST/Sphinx. The links are replaced with HTML rendered links. Signed-off-by: Yongseok Koh Acked-by: John McNamara --- diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 3fd74dbd34..a6b2753c88 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -7,7 +7,7 @@ This document outlines the guidelines for submitting code to DPDK. The DPDK development process is modelled (loosely) on the Linux Kernel development model so it is worth reading the Linux kernel guide on submitting patches: -`How to Get Your Change Into the Linux Kernel `_. +`How to Get Your Change Into the Linux Kernel `_. The rationale for many of the DPDK guidelines is explained in greater detail in the kernel guidelines. @@ -192,7 +192,7 @@ Here are some guidelines for the body of a commit message: git commit --signoff # or -s The purpose of the signoff is explained in the - `Developer's Certificate of Origin `_ + `Developer's Certificate of Origin `_ section of the Linux kernel guidelines. .. Note::