Skip to content

Commit 499bb7a

Browse files
author
Amanda Butler
authored
Update example in TCPSocket.md
Point example to latest version.
1 parent a9fab25 commit 499bb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/networksocket/TCPSocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Accepting a connection leaves the original socket in listening mode. You can con
2626

2727
Here is a client example of HTTP transaction over TCPSocket:
2828

29-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-sockets/)](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-sockets/file/b8986534f233/main.cpp)
29+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-sockets)](https://github.com/ARMmbed/mbed-os-example-sockets/blob/master/main.cpp)
3030

3131
### Related content
3232

0 commit comments

Comments
 (0)