> -----Original Message----- > From: Bagas Sanjaya <bagasdotme@xxxxxxxxx> > Sent: Friday, August 29, 2025 12:55 AM > > Convert cross-references to kernel networking docs that use external links > into internal ones. > > Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> > --- > .../device_drivers/can/ctu/ctucanfd-driver.rst | 3 +-- > .../device_drivers/ethernet/amazon/ena.rst | 4 ++-- > Documentation/networking/ethtool-netlink.rst | 3 +-- > Documentation/networking/snmp_counter.rst | 12 +++++------- > 4 files changed, 9 insertions(+), 13 deletions(-) > > diff --git > a/Documentation/networking/device_drivers/ethernet/amazon/ena.rst > b/Documentation/networking/device_drivers/ethernet/amazon/ena.rst > index 14784a0a6a8a10..b7b314de857b01 100644 > --- a/Documentation/networking/device_drivers/ethernet/amazon/ena.rst > +++ b/Documentation/networking/device_drivers/ethernet/amazon/ena.rst > @@ -366,9 +366,9 @@ RSS > > DEVLINK SUPPORT > =============== > -.. _`devlink`: > https://www.kernel.org/doc/html/latest/networking/devlink/index.html > > -`devlink`_ supports reloading the driver and initiating re-negotiation with the > ENA device > +:doc:`devlink </networking/devlink/index>` supports reloading the > +driver and initiating re-negotiation with the ENA device > > .. code-block:: shell Thank you for submitting this patchset. For the ena driver change: Reviewed-by: Arthur Kiyanovski <akiyano@xxxxxxxxxx>