From 6755030fce6a5b65efa8a99a9e8eb7a2d2f54ab2 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 21 Mar 2024 13:45:39 +0100
Subject: [PATCH] Add link to 10gbps_mac.pdf in git.

---
 libraries/io/tr_10GbE/tr_10GbE.peripheral.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/io/tr_10GbE/tr_10GbE.peripheral.yaml b/libraries/io/tr_10GbE/tr_10GbE.peripheral.yaml
index 9f02f033ae..b05477be24 100644
--- a/libraries/io/tr_10GbE/tr_10GbE.peripheral.yaml
+++ b/libraries/io/tr_10GbE/tr_10GbE.peripheral.yaml
@@ -20,7 +20,8 @@ peripherals:
          you read tx_stats_framesOK, read the register offset 0x1C02 before reading the register offset 0x1C03.
 
        [1] LL 10GbE MAC, https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_32b_10g_ethernet_mac.pdf
-       [2] Legacy 10GbE MAC, https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/10gbps_mac.pdf
+       [2] Legacy 10GbE MAC, https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/10gbps_mac.pdf,
+           available at https://git.astron.nl/rtsd/hdl/-/blob/master/libraries/io/tr_10GbE/doc/10gbps_mac.pdf
       "
     parameters:
       # Parameters of nw_10GbE.vhd / tr_10GbE.vhd
-- 
GitLab