Skip to content

Commit a9fab25

Browse files
author
Amanda Butler
authored
Update example in socket.md
Point example to latest version.
1 parent fa5db9a commit a9fab25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/networksocket/socket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Not all protocols implement every function from the Socket API. For example, UDP
3232

3333
Here is a client example of HTTP transaction over TCPSocket:
3434

35-
[![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/fed3449bba0a/main.cpp)
35+
[![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)
3636

3737
### Related content
3838

0 commit comments

Comments
 (0)