From e6bc6951af00e1bcba1f5b5574ae8ba29972c912 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Frintrop Date: Sat, 25 Apr 2020 22:28:45 +0200 Subject: [PATCH] Fixed links to example directories for fast_scan and scan Signed-off-by: ronghulin https://github.com/espressif/esp-idf/pull/5186 --- examples/wifi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/wifi/README.md b/examples/wifi/README.md index f08f410384..0aab2e2dc2 100644 --- a/examples/wifi/README.md +++ b/examples/wifi/README.md @@ -30,13 +30,13 @@ See the [README.md](./espnow/README.md) file in the project [espnow](./espnow/). Show how to use fast scan while connecting to an AP. -See the [README.md](./fast_scan/README.md) file in the project [espnow](./espnow/). +See the [README.md](./fast_scan/README.md) file in the project [fast_scan](./fast_scan/). ## scan Show how to scan for all the available APs. -See the [README.md](./scan/README.md) file in the project [espnow](./espnow/). +See the [README.md](./scan/README.md) file in the project [scan](./scan/). # More