From d8ef107a4c79b20cbe8f10b99cb4461eb974eb92 Mon Sep 17 00:00:00 2001 From: beta-tester Date: Tue, 1 Nov 2022 07:49:38 +0100 Subject: [PATCH] fixed url to console component --- examples/ethernet/iperf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ethernet/iperf/README.md b/examples/ethernet/iperf/README.md index 573e751551..4a8aa3dc24 100644 --- a/examples/ethernet/iperf/README.md +++ b/examples/ethernet/iperf/README.md @@ -9,7 +9,7 @@ This example demonstrates basic usage of [iperf](https://iperf.fr/) protocol to measure the throughout/bandwidth of Ethernet. -The cli environment in the example is based on the [console component](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/console.html). +The cli environment in the example is based on the [console component](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/system/console.html). ## How to use example