From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id C7483DE0
 for <web@dpdk.org>; Wed, 10 Feb 2016 10:53:20 +0100 (CET)
Received: by mail-wm0-f43.google.com with SMTP id p63so20066707wmp.1
 for <web@dpdk.org>; Wed, 10 Feb 2016 01:53:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:organization:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding:content-type;
 bh=osUGupHjLClpO0LLyhA7b7YUFEEKZkCmwllHtxDU2Hk=;
 b=GRlWh/SidOwh1SX9rixH8VgYc/nTca7l6z4hCzfcRcJQs6+jAuXqdwAigh/ZQ76PeM
 yVaTLaVwOVohKtL7LS1c1JzwhH5pj9BwMq2ZTV7ynRxkW4TpSCsTL8rpk0PABH8qpeIo
 LNzBiPek95BorpFjbAhMCc2+1Nwct8DT7gPbEeOLZZ5tYm+ZoJLQINdYtufhqSvptGxr
 FlAzdzDXEReBuzz2+k4j1cwMhk6JE+371X2ZReXse3If7H0G/XQhCpzv+A/94wNTz0Hm
 bI838l8iJyZStzeIBtCyMsoKxGD6qqAgUSMO3ctf2f8DEGO6gbLfAUj2nH1/YQT6nGbY
 FEbQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=osUGupHjLClpO0LLyhA7b7YUFEEKZkCmwllHtxDU2Hk=;
 b=Rf/D/ub+a7Q7tf6PSs+jv6OLxMuknZ/TAvp3dpDxxu4MpstBWbtUiTanBtfq4qYDiM
 4A/gMXVaKHXWEPD67x7pERGP+NnFU0RZqdXft9uMLGBIk8WL7hGyQ3fPY6copFU+qENp
 pAYP+TF92RQ2I1fKG7kt2nINhZ/Quzfa9P2/NmdzunF0OMsbioVN2GOK8Qk9h+TWARHq
 KoS4WjOJ6CZXlqe2F8U1UwtMjWU4E+Qqic5G6AmthXErisI9Q6EIUfC6E8LTzVaaZzxg
 Qcx6hysP9Az6PwQeRTjlKhTrmCIpC3m5WRK81eIXK3pnFeHZbcBbPrUb8c9TrXqH/rCV
 tgoQ==
X-Gm-Message-State: AG10YOSKoXJh561CPz18vnghSyndHMS7iW6ypkvOfjgEAeMsZOl+mjHGHmyyceRI16Ah44ZQ
X-Received: by 10.194.79.194 with SMTP id l2mr43484660wjx.160.1455098000585;
 Wed, 10 Feb 2016 01:53:20 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id xx3sm2135786wjc.32.2016.02.10.01.53.19
 for <web@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 10 Feb 2016 01:53:19 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Date: Wed, 10 Feb 2016 10:51:54 +0100
Message-ID: <4159651.JFbuRuQbCy@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1453903086-29625-1-git-send-email-thomas.monjalon@6wind.com>
References: <1453903086-29625-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-web] [PATCH] add link to contribution guidelines
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: website maintenance <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Feb 2016 09:53:20 -0000

2016-01-27 14:58, Thomas Monjalon:
> --- a/dev.html
> +++ b/dev.html
> +	<p>The built-in documentation have more details about the
> +	<a href="/doc/guides/contributing/patches.html">contribution guidelines</a>.

Applied