doc: fix hyperlink in igc guide

Message ID 20201102150323.471224-1-ciara.power@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: fix hyperlink in igc guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Power, Ciara Nov. 2, 2020, 3:03 p.m. UTC
  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.

Fixes: 66fde1b943eb ("net/igc: add skeleton")
Cc: alvinx.zhang@intel.com
Cc: stable@dpdk.org

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 doc/guides/nics/igc.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
  

Comments

John McNamara Nov. 2, 2020, 3:37 p.m. UTC | #1
> -----Original Message-----
> From: Power, Ciara <ciara.power@intel.com>
> Sent: Monday, November 2, 2020 3:03 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Power, Ciara
> <ciara.power@intel.com>; Zhang, AlvinX <alvinx.zhang@intel.com>;
> stable@dpdk.org; Guo, Jia <jia.guo@intel.com>; Wang, Haiyue
> <haiyue.wang@intel.com>
> 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 <john.mcnamara@intel.com>
  
Ferruh Yigit Nov. 2, 2020, 4:15 p.m. UTC | #2
On 11/2/2020 3:37 PM, Mcnamara, John wrote:
> 
> 
>> -----Original Message-----
>> From: Power, Ciara <ciara.power@intel.com>
>> Sent: Monday, November 2, 2020 3:03 PM
>> To: dev@dpdk.org
>> Cc: Mcnamara, John <john.mcnamara@intel.com>; Power, Ciara
>> <ciara.power@intel.com>; Zhang, AlvinX <alvinx.zhang@intel.com>;
>> stable@dpdk.org; Guo, Jia <jia.guo@intel.com>; Wang, Haiyue
>> <haiyue.wang@intel.com>
>> 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 <john.mcnamara@intel.com>
> 

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/main, thanks.
  

Patch

diff --git a/doc/guides/nics/igc.rst b/doc/guides/nics/igc.rst
index 3b096236bf..0198e2a3dd 100644
--- a/doc/guides/nics/igc.rst
+++ b/doc/guides/nics/igc.rst
@@ -7,9 +7,8 @@  IGC Poll Mode Driver
 The IGC PMD (librte_pmd_igc) provides poll mode driver support for Foxville
 I225 Series Network Adapters.
 
-- For information about I225, please refer to:
-  `https://ark.intel.com/content/www/us/en/ark/products/series/184686/
-  intel-ethernet-controller-i225-series.html`
+- For information about I225, please refer to: `Intel® Ethernet Controller I225 Series
+  <https://ark.intel.com/content/www/us/en/ark/products/series/184686/intel-ethernet-controller-i225-series.html>`_.
 
 
 Driver compilation and testing