Skip to content

Commit b0578c0

Browse files
author
Amanda Butler
authored
Merge pull request #428 from TeemuKultala/cellular_update
CellularBase update
2 parents fac9487 + 862be70 commit b0578c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/api/connectivity/networksocket/CellularInterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The CellularBase provides a C++ API for connecting to the internet over a Cellular device.
44

5-
Arm Mbed OS provides a [reference implementation of CellularBase](https://github.com/ARMmbed/mbed-os/tree/master/features/netsocket/cellular/generic_modem_driver), which has more information.
5+
Arm Mbed OS provides a [reference implementation of CellularBase](https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/_easy_cellular_connection_8h_source.html), which has more information.
66

77
### CellularBase class reference
88

@@ -20,7 +20,7 @@ To bring up the network interface:
2020

2121
This example establishes connection with the cellular network using Mbed OS CellularInterface.
2222

23-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/cellular-example/)](https://os.mbed.com/teams/mbed_example/code/cellular-example/file/fb873be06e31/main.cpp)
23+
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-cellular/)](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-cellular/file/0f644d6045cf/main.cpp)
2424

2525
### Related content
2626

0 commit comments

Comments
 (0)