Skip to content

Commit 5486172

Browse files
author
Amanda Butler
authored
Fix link formatting in cellular_tcp.md
Fix example link formatting for rendering.
1 parent 165c16d commit 5486172

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/tutorials/using_apis/connectivity/cellular_tcp.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Cellular TCP sockets
22

3-
Establishing a cellular connection to the network with mbed-os only requires the following operations :
3+
Establishing a cellular connection to the network with Mbed OS only requires the following operations:
44

55
```
66
OnboardCellularInterface iface;
@@ -15,9 +15,6 @@ iface.set_credentials(CREDENTIALS);
1515
iface.connect()
1616
```
1717

18-
This example demonstrates how to establish a connection and proceed to a simple TCP echo test.
19-
[![View Example][1]][2]
20-
21-
[1]: https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/CellularTCP
22-
[2]: https://github.com/ARMmbed/mbed-os-examples-docs_only/blog/CellularTCP/main.cpp
18+
This example demonstrates how to establish a connection and proceed to a simple TCP echo test:
2319

20+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/CellularTCP/)](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/CellularTCP/main.cpp)

0 commit comments

Comments
 (0)