From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7040FA0521 for ; Mon, 2 Nov 2020 17:15:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 51F68BE61; Mon, 2 Nov 2020 17:15:40 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B75432C7A; Mon, 2 Nov 2020 17:15:36 +0100 (CET) IronPort-SDR: 9GsIM9CTuiGYD3dmRo5FcyBv/SR4/ECm/ihM100DQ3DjQSONx7tsNvwhYGp0jerPpcoKl/djPr 43Nu16FX8dKw== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="165404162" X-IronPort-AV: E=Sophos;i="5.77,445,1596524400"; d="scan'208";a="165404162" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 08:15:34 -0800 IronPort-SDR: 9zPEo8+hyarUoE2k19LlS4lbnvxsqVWQ8O8FbqqRv1gEeLfcLanTmn/ZT+6it+jfb5OYaVCJJL NjbUXzdkZlLA== X-IronPort-AV: E=Sophos;i="5.77,445,1596524400"; d="scan'208";a="538075942" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.219.143]) ([10.213.219.143]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 08:15:32 -0800 To: "Mcnamara, John" , "Power, Ciara" , "dev@dpdk.org" Cc: "Zhang, AlvinX" , "stable@dpdk.org" , "Guo, Jia" , "Wang, Haiyue" References: <20201102150323.471224-1-ciara.power@intel.com> From: Ferruh Yigit Message-ID: <4f5dfe72-a269-d457-a696-db8fffa84337@intel.com> Date: Mon, 2 Nov 2020 16:15:28 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] doc: fix hyperlink in igc guide X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 11/2/2020 3:37 PM, Mcnamara, John wrote: > > >> -----Original Message----- >> From: Power, Ciara >> Sent: Monday, November 2, 2020 3:03 PM >> To: dev@dpdk.org >> Cc: Mcnamara, John ; Power, Ciara >> ; Zhang, AlvinX ; >> stable@dpdk.org; Guo, Jia ; Wang, Haiyue >> >> Subject: [PATCH] doc: fix hyperlink in igc guide >> >> The hyperlink in the IGC documentation showed the whole link in italics >> and was not clickable. This is now fixed to have a clickable label. > > Acked-by: John McNamara > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.