From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC086C4708E for ; Tue, 3 Jan 2023 23:07:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234071AbjACXHI (ORCPT ); Tue, 3 Jan 2023 18:07:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233598AbjACXG4 (ORCPT ); Tue, 3 Jan 2023 18:06:56 -0500 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DBB29BF76; Tue, 3 Jan 2023 15:06:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672787215; x=1704323215; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=k0FW4EkggWQRCfPtZeaDhmMpy1hVsTfGGXcTPn3H24A=; b=a2aC8IGAPc4wkYn8ZPB7rpG7Gl4MeSTbvD8wJvX916lNKwlgYvrnAczB v4XvUaNs0Gh7BMxzaweGx967+dlSMbM//mhhFwsc22K2bn5C7FZ821rKn lkNpAuxxNCR6KFmJ4zj2juWHSUvq4MWSQnkzbrml49PjwPy8i9+6eNilJ H2lbcsI1J3M1oNkqyfbZ2UdsBH1dAMEtrw9h4nKHV+lIKy4E6rhw75Znb NI45GKhBS48qfa/yZjZQ/i5eWoeJyqWZ/ZPc2pwkpyIUf80sGj7RbuuA2 2/1sVmnrcNe0GXEAF5d6j5T4Gqb1BWri9voTyXr023LaMgnS6z+Z94dfd A==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="319487148" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="319487148" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 15:06:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="828982745" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="828982745" Received: from anguy11-upstream.jf.intel.com ([10.166.9.133]) by orsmga005.jf.intel.com with ESMTP; 03 Jan 2023 15:06:52 -0800 From: Tony Nguyen To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com Cc: Michal Wilczynski , netdev@vger.kernel.org, anthony.l.nguyen@intel.com, corbet@lwn.net, linux-doc@vger.kernel.org, Jesse Brandeburg Subject: [PATCH net v2 3/3] ice: Fix broken link in ice NAPI doc Date: Tue, 3 Jan 2023 15:07:38 -0800 Message-Id: <20230103230738.1102585-4-anthony.l.nguyen@intel.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20230103230738.1102585-1-anthony.l.nguyen@intel.com> References: <20230103230738.1102585-1-anthony.l.nguyen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Michal Wilczynski 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 Acked-by: Jesse Brandeburg Signed-off-by: Tony Nguyen --- Documentation/networking/device_drivers/ethernet/intel/ice.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.38.1