George Djabarov / Mbed OS mbed-os-example-mesh-minimal
Revision:
106:18f64141d066
Parent:
105:0b691b27144a
Child:
116:b2f0131722a0
--- a/README.md	Wed Sep 26 10:30:19 2018 +0100
+++ b/README.md	Fri Oct 05 06:45:07 2018 +0100
@@ -1,6 +1,6 @@
 # Example mesh application for Mbed OS
 
-With this application, you can use the [mesh networking API](https://os.mbed.com/docs/latest/reference/mesh-api.html) that [Mbed OS](https://github.com/ARMmbed/mbed-os) provides.
+With this application, you can use the [mesh networking API](https://os.mbed.com/docs/latest/apis/mesh-api.html) that [Mbed OS](https://github.com/ARMmbed/mbed-os) provides.
 
 The application demonstrates a light control application, where devices can control the LED status of all devices in the network.
 The application can be built for the unsecure 6LoWPAN-ND or Thread network.
@@ -50,7 +50,7 @@
 - Mesh network. A router. (default)
 - Star network. Nonrouting device. Also known as a host or sleepy host.
 
-Modify your `mbed_app.json` file to see which Nanostack and [Mbed Mesh API](https://os.mbed.com/docs/latest/reference/mesh-api.html) configuration to use.
+Modify your `mbed_app.json` file to see which Nanostack and [Mbed Mesh API](https://os.mbed.com/docs/latest/apis/mesh-api.html) configuration to use.
 
 Example configuration files are provide under `configs/` directory. You may override the `mbed_app.json` with either of these.