From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 56B31A034C;
	Sat, 26 Feb 2022 04:48:09 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id D974B4068F;
	Sat, 26 Feb 2022 04:48:08 +0100 (CET)
Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com
 [209.85.214.174])
 by mails.dpdk.org (Postfix) with ESMTP id 3025640687
 for <dev@dpdk.org>; Sat, 26 Feb 2022 04:48:07 +0100 (CET)
Received: by mail-pl1-f174.google.com with SMTP id n15so4101348plf.4
 for <dev@dpdk.org>; Fri, 25 Feb 2022 19:48:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
 h=from:to:cc:subject:date:message-id;
 bh=G9qHQpxkjoqfYaD6RQ9U4CcDQ9sT4oT5gtsmGDIeYJ8=;
 b=ku8lHLEMHBr2LtVGiTgKMJ4q7zldbMN3EyUmyUp8JpT1nMACAKG3kvBTj7nZ2WHIO8
 fi+WLmOpyP+7pUiCY2K5oHQ/1/c1ejRNutkGmENlvwTVOEATDDE+spLYA+ze3oK8BhFE
 FGU7hd4ttNbanW/dKznnruTFrUsOyq6/XfsXnlooX02Phs363FiJXc4g2wQL098X+Fee
 MXTHWjgaU7rgZxujiJATXSGZ5Rg3hpglGcw4Jn9m/GJPrIslznWkrIiFpgotAh6lyWGV
 nAvDmp4KA90Pji6fUfweaAUqH/z0ZNwmpSicE84s40q2muJMjhg1ipvyrU5uHly0MAmZ
 y26A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=x-gm-message-state:from:to:cc:subject:date:message-id;
 bh=G9qHQpxkjoqfYaD6RQ9U4CcDQ9sT4oT5gtsmGDIeYJ8=;
 b=n2DQ9ETliUnWrILNKuEshkwx15I9ToklFv/q7p/yvcK4bsPvEZgM+ekXHSWvNqdM+v
 iSMkJhIeAtp0fb9n+CrQs3OVuXEX4QmTsbRDIFnrzWAmPbBS6p1ITm77PszI039EaP76
 w5zj70DtMdb6g1391jFeEKlmquF3A1pdbiAz7d0/R3f/onawYelF1W5/aUxB5lfVaa0Y
 vv0fO1LpiRQpV0s3qToSSAZXbYZcBAuvm7H8vcEVD+plJtL4W5vvS7MY3ZIZQJA62nvq
 OZgyX7ouXbi8OePeziTeKVCF7ryZb38Ydhf1YmKN8HTqk19tvG5ydMgTFGXjB9SQDw6Z
 zZeA==
X-Gm-Message-State: AOAM533AlA70FCck96UaMgL+fsl5E1fRi9shMdRZsLFiHl6SLeRrBzP2
 1fj4gpBaBSKK00zYeH8QPrV8jucSV1ErSg==
X-Google-Smtp-Source: ABdhPJylfxRzSSRyFuInhrS1QsgVscYCxWHniS1e7EQqsPUDcWoctqdqyiCZS/dkkGKjdpWvldVNnw==
X-Received: by 2002:a17:902:8504:b0:14f:501:4caa with SMTP id
 bj4-20020a170902850400b0014f05014caamr10392352plb.93.1645847286298; 
 Fri, 25 Feb 2022 19:48:06 -0800 (PST)
Received: from localhost.localdomain ([223.223.179.212])
 by smtp.gmail.com with ESMTPSA id
 l71-20020a63914a000000b0036c4233875dsm3881767pge.64.2022.02.25.19.48.04
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Fri, 25 Feb 2022 19:48:05 -0800 (PST)
From: Zhiheng Chen <chenzhiheng0227@gmail.com>
To: Matan Azrad <matan@nvidia.com>,
 Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Cc: dev@dpdk.org,
	Zhiheng Chen <chenzhiheng0227@gmail.com>
Subject: [PATCH] doc: update Mellanox drivers download link in mlx5 guide
Date: Sat, 26 Feb 2022 11:48:00 +0800
Message-Id: <20220226034800.16052-1-chenzhiheng0227@gmail.com>
X-Mailer: git-send-email 2.17.1
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

The original download link is invalid.

Signed-off-by: Zhiheng Chen <chenzhiheng0227@gmail.com>
---
 doc/guides/nics/mlx5.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index c3cc0c0f41..625d8a2382 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1385,9 +1385,9 @@ managers on most distributions, this PMD requires Ethernet extensions that
 may not be supported at the moment (this is a work in progress).
 
 `Mellanox OFED
-<http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux>`__ and
+<https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/>`__ and
 `Mellanox EN
-<http://www.mellanox.com/page/products_dyn?product_family=27&mtag=linux>`__
+<https://network.nvidia.com/products/ethernet-drivers/linux/mlnx_en/>`__
 include the necessary support and should be used in the meantime. For DPDK,
 only libibverbs, libmlx5, mlnx-ofed-kernel packages and firmware updates are
 required from that distribution.
-- 
2.32.0