Skip to content

Commit c4a33b0

Browse files
author
Amanda Butler
authored
Update example section in MeshInterface.md
Replace transcluded example with link to full tutorial, which includes more than just the code of the example. Also, add tutorial to related content section for better SEO and UX.
1 parent ca513c0 commit c4a33b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/api/networkinterfaces/MeshInterface.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ See the example application [mbed-os-example-mesh-minimal](https://github.com/AR
4141

4242
### Mesh example
4343

44-
The application below demonstrates a simple light control application, where devices can control the LED status of all devices in the network. You can build the application for the unsecure 6LoWPAN-ND or Thread network.
45-
46-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-mesh-minimal)](https://github.com/ARMmbed/mbed-os-example-mesh-minimal/blob/mbed-os-5.10.0/mesh_led_control_example.cpp)
44+
To learn how to use mesh, please see our [light control tutorial](../tutorials/light-control.html), which demonstrates a light control application, where devices can control the LED status of all devices in the network. You can build the application for the unsecure 6LoWPAN-ND or Thread network.
4745

4846
### Related content
4947

5048
- [Nanostack](../reference/mesh-tech.html#nanostack) technology reference material.
5149
- [6LoWPAN and Thread Mesh configuration documentation](../reference/configuration-mesh.html).
50+
- [Light control tutorial](../tutorials/light-control.html).

0 commit comments

Comments
 (0)