Skip to content

Commit a05a313

Browse files
author
Amanda Butler
authored
Fix links in thread_intro.md
Update links.
1 parent 329eb89 commit a05a313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/technology/mesh/thread_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The key elements of Mbed OS are:
3131
- Mbed RTOS (Arm CMSIS-RTOS) providing the real time software execution.
3232
- Toolchain and IDE support.
3333

34-
Mbed Thread is implemented in the Nanostack library, which also supports the 6LoWPAN protocol. In Mbed OS, the Thread stack runs in its own RTOS thread using an internal event scheduler. Mbed OS provides the [Mesh C++ API](/docs/v5.8/reference/mesh.html) for building Thread applications.
34+
Mbed Thread is implemented in the Nanostack library, which also supports the 6LoWPAN protocol. In Mbed OS, the Thread stack runs in its own RTOS thread using an internal event scheduler. Mbed OS provides the [Mesh C++ API](/docs/v5.8/reference/mesh-api.html) for building Thread applications.
3535

3636
- To connect to the Thread network, use the [Thread interface API](https://github.com/ARMmbed/mbed-os/blob/master/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed-mesh-api/ThreadInterface.h).
3737
- For the socket communication over the Thread network, use the [Mbed sockets API](/docs/v5.8/reference/network-socket.html).
@@ -136,7 +136,7 @@ Now, the Thread network is ready to accept new joiner devices.
136136

137137
The Mbed OS Thread stack supports all three types of commissioners. You can create an external commissioner application by using the Thread MeshCoP protocol or use the Mbed OS APIs (`thread_commissioning_api.h`) to implement a native or an on-mesh commissioner. Currently, there is no reference implementation for native or on-mesh commissioners. External commissioning is supported through the [Nanostack border router](https://github.com/ARMmbed/nanostack-border-router). An external [Commissioning application](https://play.google.com/store/apps/details?id=org.threadgroup.commissioner) (Android) is already available. Also an IOS version will be available soon.
138138

139-
See [Thread commissioning guide](/docs/v5.8/tutorials/mesh.html#thread-commissioning) how to commission a Thread device to the network in practice.
139+
See [Thread commissioning guide](/docs/v5.8/reference/technology.html#thread-commissioning) how to commission a Thread device to the network in practice.
140140

141141
#### The maturity of the Mbed OS Thread implementation
142142

0 commit comments

Comments
 (0)