From c08ec2c576e350e28ed5da882033bce829ff3d77 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Mon, 30 Nov 2020 11:00:08 +0100 Subject: [PATCH] changed link --- content/gettingstarted/programming/ftp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ```