Skip to content

Commit 99d897a

Browse files
author
Amanda Butler
authored
Update example in WifiInterface.md
Point example to latest version.
1 parent 1870b24 commit 99d897a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/networkinterfaces/WifiInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here is an example of an HTTP client program. The program brings up an ESP8266 a
6060

6161
The ESP8266Interface uses AT commands over serial interface to connect to an external Wi-Fi device. The OdinWiFiInterface provides an Ethernet-like driver to the Mbed OS network stack. The network stack uses the driver to connect to Wi-Fi:
6262

63-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/TCPSocketWiFi_Example/)](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-wifi/file/122bb3ae6de5/main.cpp)
63+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-wifi)](https://github.com/ARMmbed/mbed-os-example-wifi/blob/master/main.cpp)
6464

6565
### Related content
6666

0 commit comments

Comments
 (0)