From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 319CEA0A05; Wed, 20 Jan 2021 14:44:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C616F140D41; Wed, 20 Jan 2021 14:44:17 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by mails.dpdk.org (Postfix) with ESMTP id 46C47140D3A for ; Wed, 20 Jan 2021 14:44:16 +0100 (CET) Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4DLRYR5fDBz7Xpt; Wed, 20 Jan 2021 21:43:07 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Wed, 20 Jan 2021 21:44:10 +0800 From: Lijun Ou To: , CC: , Date: Wed, 20 Jan 2021 21:43:52 +0800 Message-ID: <1611150232-609-4-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1611150232-609-1-git-send-email-oulijun@huawei.com> References: <1611150232-609-1-git-send-email-oulijun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH 3/3] doc: fix hns3 rst X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Here fixes the Kunpeng introduction address link with hns3.rst Fixes: 565829db8b8f ("net/hns3: add build and doc infrastructure") Cc: stable@dpdk.org Signed-off-by: Lijun Ou --- doc/guides/nics/hns3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst index 8db8867..84bd7a3 100644 --- a/doc/guides/nics/hns3.rst +++ b/doc/guides/nics/hns3.rst @@ -41,7 +41,7 @@ Features of the HNS3 PMD are: Prerequisites ------------- - Get the information about Kunpeng920 chip using - ``_. + ``_. - Follow the DPDK :ref:`Getting Started Guide for Linux ` to setup the basic DPDK environment. -- 2.7.4