diff options
author | Michal Wilczynski <michal.wilczynski@intel.com> | 2022-11-25 14:34:39 +0100 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2023-01-27 11:32:18 -0800 |
commit | 53b9b77dcf48dad1c6111b0c0a7310b3f9364776 (patch) | |
tree | 51ef0f02cc26514f03a5229cf196239d5165a317 | |
parent | a6a0974aae4209d039ba81226ded5246eea14961 (diff) | |
download | linux-stable-53b9b77dcf48dad1c6111b0c0a7310b3f9364776.tar.gz linux-stable-53b9b77dcf48dad1c6111b0c0a7310b3f9364776.tar.bz2 linux-stable-53b9b77dcf48dad1c6111b0c0a7310b3f9364776.zip |
ice: Fix broken link in ice NAPI doc
Current link for NAPI documentation in ice driver doesn't work - it
returns 404. Update the link to the working one.
Signed-off-by: Michal Wilczynski <michal.wilczynski@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/intel/ice.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/intel/ice.rst b/Documentation/networking/device_drivers/ethernet/intel/ice.rst index dc2e60ced927..b481b81f3be5 100644 --- a/Documentation/networking/device_drivers/ethernet/intel/ice.rst +++ b/Documentation/networking/device_drivers/ethernet/intel/ice.rst @@ -819,7 +819,7 @@ NAPI ---- This driver supports NAPI (Rx polling mode). For more information on NAPI, see -https://www.linuxfoundation.org/collaborate/workgroups/networking/napi +https://wiki.linuxfoundation.org/networking/napi MACVLAN |