From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Patchwork Link is Broken Date: Fri, 19 Aug 2016 17:07:33 +0200 Message-ID: <1508160.Fg56BVroYe@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jon Loeliger Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 7F8056C93 for ; Fri, 19 Aug 2016 17:07:35 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id o80so45429224wme.1 for ; Fri, 19 Aug 2016 08:07:35 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-08-19 09:47, Jon Loeliger: > Hey folks, > > Over on this page: > > http://dpdk.org/doc/guides/contributing/patches.html > > in section 5.1, paragraph 3 has a link to Patchwork that is broken. > That or perhaps someone was indicating an opinion: > > http://dpdk.org/dev/patchwxispork/project/dpdk/list/ That's a typo. The right URL is http://dpdk.org/dev/patchwork/project/dpdk/list/ or just http://dpdk.org/dev/patchwork/ > I'd fix it, but I've not mastered that skill yet! It's a good one to start contributing. First tip, please add this line in your commit: Fixes: 58abf6e77c6b ("doc: add contributors guide") Thanks