Skip to content

Commit f1d1ded

Browse files
author
Amanda Butler
authored
Fix link
Fix broken link.
1 parent 25de7b2 commit f1d1ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/contributing/connectivity/CellularInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Only valid when **Case 4** is applicable.
182182

183183
Only valid when **Case 1** is applicable.
184184

185-
* This is the most complex case - the bulk of the work is implementing the [NSAPI socket and network interfaces](/docs/v5.6/reference/api-references.html#network-sockets). The driver implementation derives from `CellularBase` to provide both the `NetworkInterface API` and the standard cellular API. Further layering to abstract connection type may be appropriate, as for the PPP case.
185+
* This is the most complex case - the bulk of the work is implementing the [NSAPI socket and network interfaces](/docs/v5.6/reference/network-socket-overview.html). The driver implementation derives from `CellularBase` to provide both the `NetworkInterface API` and the standard cellular API. Further layering to abstract connection type may be appropriate, as for the PPP case.
186186

187187
* Use a file handle, such as `UARTSerial`, to provide the raw data connection; then you can use `ATCmdParser` to handle connection logic and the data flow of the socket API, assuming that you use AT commands to control the sockets.
188188

0 commit comments

Comments
 (0)