From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 55C362A58 for ; Fri, 6 Jan 2017 16:40:22 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP; 06 Jan 2017 07:40:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,325,1477983600"; d="scan'208";a="50260863" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga005.fm.intel.com with ESMTP; 06 Jan 2017 07:40:20 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 6 Jan 2017 15:40:19 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by irsmsx155.ger.corp.intel.com ([169.254.14.204]) with mapi id 14.03.0248.002; Fri, 6 Jan 2017 15:40:19 +0000 From: "Mcnamara, John" To: Yongseok Koh CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix a link in contribution guide Thread-Index: AQHSZ7ttGNND1SPHM0y9hbi+67kteKErlepg Date: Fri, 6 Jan 2017 15:40:19 +0000 Message-ID: References: <20170106012232.20246-1-yskoh@mellanox.com> In-Reply-To: <20170106012232.20246-1-yskoh@mellanox.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjk2YjE0ZjMtOTFjOS00NzM3LTk3YTQtOWU5OTQ2MzAwZjZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InU2SlUzcm9wUEpPb1hFYnd4bSt2NW5kMU9hWW1JQStsc2lHQVZsTURET0k9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix a link in contribution guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 15:40:22 -0000 > -----Original Message----- > From: Yongseok Koh [mailto:yskoh@mellanox.com] > Sent: Friday, January 6, 2017 1:23 AM > To: Mcnamara, John > Cc: dev@dpdk.org; Yongseok Koh > Subject: [PATCH] doc: fix a link in contribution guide >=20 > A referenced document in the Linux Kernel has been moved to a sub- > directory. >=20 Hi Yongseok, Thanks for that. It is interesting to see kernel community move to RST/Sphi= nx. >=20 > 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=20 > `_. > +`How to Get Your Change Into the Linux Kernel > patches.rst>`_. It would be better to use the Html rendered link here: https://www.kernel.org/doc/html/latest/process/submitting-patches.html > The rationale for many of the DPDK guidelines is explained in greater > detail in the kernel guidelines. >=20 >=20 > @@ -192,7 +192,7 @@ Here are some guidelines for the body of a commit > message: > git commit --signoff # or -s >=20 > The purpose of the signoff is explained in the > - `Developer's Certificate of Origin > `_ > + `Developer's Certificate of Origin > + + t>`_ And here: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#deve= loper-s-certificate-of-origin-1-1 John