From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D10FA5F1C for ; Fri, 31 Aug 2018 00:42:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4BE9521F1C; Thu, 30 Aug 2018 18:42:44 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 30 Aug 2018 18:42:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=uCCAffXbR4eH9sUX2lUZdMppSw Lwyjtritr/olSqTuA=; b=UlaiiTTJ7br/dyLM3t/HaSbsMzQr+AtTGtvh84iQFE OZkyjSBAFfQtiK4fTtMujRWnzbAg9s0imrCAArjpV0+qGJwrxxpPorAdEeYh2KH+ CZqAyKHinHfThxNTj7AyRxnusLcZnFEeklo6y+02Q2uMSodYHsRnK8ZJM+zT7MOT A= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=uCCAff XbR4eH9sUX2lUZdMppSwLwyjtritr/olSqTuA=; b=mjyFKczH0QPYxb89alKNdi UvDGDMBJOWJfRJOFCW1wSCEH2dg9SDEQ5jm5z4YIeVqUfOTs1N4INHe43rCGbrVn 8JoYIDC8BS506rNIFoKTqZN1TAPFFSrrSMv/ALskfikPHOTNFTCwpKQTw05oeswC 0pQwqal3M6H2BCZvoGSCetdWiDEUdB/Uh+Q71bCURFubKy6MpjX9K2mUg5oM093v VDJ5QepW5DycvU+DC01RDqXwcCLoTljJemeMSA+WM2X1sLOTQDygNBqFLczktw5D G/LiRA6+o0NRGVf0l7ve6A7F+Gc/2qZ6m06Dz/bbvIPZXK8c/Mh4ooOjWlIZ3/Zg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3D5EF1028D; Thu, 30 Aug 2018 18:42:43 -0400 (EDT) From: Thomas Monjalon To: Ali Alnubani Cc: web@dpdk.org Date: Fri, 31 Aug 2018 00:42:41 +0200 Message-ID: <3616021.8vHsYSidA6@xps> In-Reply-To: <20180829141322.18918-1-alialnu@mellanox.com> References: <20180829141322.18918-1-alialnu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] fix link to code source X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2018 22:42:45 -0000 29/08/2018 16:13, Ali Alnubani: > Fixes href to the "Improve this page" link at the > bottom of each page. > > Signed-off-by: Ali Alnubani > --- > config.toml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/config.toml b/config.toml > index 2b94816..657a7f9 100644 > --- a/config.toml > +++ b/config.toml > @@ -11,6 +11,7 @@ themeVariant = "gray" > showVisitedLinks = true > disableNavChevron = true > disableSearch = true > +editURL = "http://git.dpdk.org/tools/dpdk-web/tree/content/" Applied, thanks for the catch