You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/api/connectivity/lorawan/lorawan.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<spanclass="images"><span>LoRaWANInterface class hierarchy</span></span>
4
4
5
-
The [LoRaWANInterface](https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/class_lo_ra_w_a_n_interface.html) provides a C++ API for connecting to the internet over a LoRa network. In this sub-section, we first put light on the API reference for 'LoRaWAnInterface' and then we present an example which can be directly imported to Mbed online compiler.
5
+
The [LoRaWANInterface](https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/class_lo_ra_w_a_n_interface.html) provides a C++ API for connecting to the internet over a LoRa network. This subsection explains the `LoRaWAnInterface`API reference and then presents an example that you can directly import to the Arm Mbed Online Compiler.
6
6
7
7
### LoRaWANInterface class reference
8
8
@@ -16,4 +16,4 @@ Please visit our Arm Mbed Online Compiler example, and follow the instructions i
16
16
17
17
### Related content
18
18
19
-
- End-to-end [LoRa on Arm Mbed tutorial](https://docs.mbed.com/docs/lora-with-mbed/en/latest/).
19
+
- End-to-end [LoRa on Arm Mbed tutorial](/docs/development/tutorials/LoRa-tutorial.html).
0 commit comments