From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 72B44A0679 for ; Fri, 5 Apr 2019 09:57:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D29421B470; Fri, 5 Apr 2019 09:57:54 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3BE5F1B46C; Fri, 5 Apr 2019 09:57:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9889122267; Fri, 5 Apr 2019 03:57:52 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 05 Apr 2019 03:57:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Siys+spIDHeEhoIp5lbPBP4AdITUNaWKk4nnZh/M+Ok=; b=CUsrVklmDK6X eQIcHhoLfaO1tbxtN5DZX5yoWHYfDoy46lh7qZ/yA43NlaOUiHQvbluAkyB/oTeu qtlfqVgTPywohYlfjWVpZK1l+JkTPBGJOLUk1ldqykBO9kX8BRjS0QXUte9zVVUX WRK4/qjy0Z6J2Kyvm3mrHe/ZXKOwU0w= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=Siys+spIDHeEhoIp5lbPBP4AdITUNaWKk4nnZh/M+ Ok=; b=lJjFTwz95OITpkwKtMEJQbI66Dbk7iXSuvNoXfPHythozFFdH+9LSzXvt T4eDtuw4EUFiU1wGggLfIUJoB3oSGSV0aZFKEpL/fqRt2hD7dyJLDQknwDfFHfZJ GD/16QMEVeC+UzlXWu9oOx/EegOpeFt/tqVOrZENRj4ggLYstTiMACEXy3stgGcB wE7YA/RN5/7H+oqEreSxLKeuxYTgM5crnvWxmf7nAsid3rqMZy3iZadlhoykEPZe cjCGnQAanliwaLvvd6BJA2jcKlyFcSwBCsnUV2K8ZQf8pHd32jYUfPbj4LQe96sP mwofw7JUzv9vIaruFw1nfPeUjb/aw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdeigdduvdefucdltddurdeguddtrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfhgggfgtsehtufertddttddv necuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjh grlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghm pehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhush htvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A5CCE1030F; Fri, 5 Apr 2019 03:57:50 -0400 (EDT) From: Thomas Monjalon To: Dekel Peled Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, orika@mellanox.com, stable@dpdk.org Date: Fri, 05 Apr 2019 09:57:49 +0200 Message-ID: <2907702.s1xgae99vT@xps> In-Reply-To: <5bffbf5d7059e676f2f0a0a7f4eb21193e6ddc69.1554289489.git.dekelp@mellanox.com> References: <5bffbf5d7059e676f2f0a0a7f4eb21193e6ddc69.1554289489.git.dekelp@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: fix links to doxygen and sphinx sites 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190405075749.RKDk1pPdYcWx8zEeI6GygD4JQNNS4lTsJL2djRdfFXc@z> 03/04/2019 13:04, Dekel Peled: > Update broken links, replace with valid links. > > Fixes: 7798f17a0d62 ("doc: add documentation guidelines") > Cc: stable@dpdk.org > > Signed-off-by: Dekel Peled Applied, thanks