diff --git a/content/gettingstarted/programming/ftp.md b/content/gettingstarted/programming/ftp.md index e4da8a1..1748b92 100644 --- a/content/gettingstarted/programming/ftp.md +++ b/content/gettingstarted/programming/ftp.md @@ -27,7 +27,7 @@ On each Pycom device, there is a small internal filesystem called `/flash`, to w 2. **Connect through A WiFi Network** - It is also possible to connect your pycom device to a WiFi network first, and then connect to its IP address. Note that you will have to figure out its IP address before you can access the FTP server or use [MDNS](/firmwareapi/pycom/network/mdns/). For that, you can use the following command. This will return a tuple with four items, where the first item will contain the assigned IP address. + It is also possible to connect your pycom device to a WiFi network first, and then connect to its IP address. Note that you will have to figure out its IP address before you can access the FTP server or use [MDNS](/tutorials/networkprotocols/mdns/). For that, you can use the following command. This will return a tuple with four items, where the first item will contain the assigned IP address. ```python wlan.ifconfig() ```