Przeglądaj źródła

Fixed links to example directories for fast_scan and scan

Signed-off-by: ronghulin <ronghulin@espressif.com>

https://github.com/espressif/esp-idf/pull/5186
Jan-Hendrik Frintrop 5 lat temu
rodzic
commit
ff9c2dfa8c
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      examples/wifi/README.md

+ 2 - 2
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