From 482d7f651d0ea6fa274cc6fb551ee852ae5cf170 Mon Sep 17 00:00:00 2001 From: Hrishikesh Dhayagude Date: Thu, 16 Jan 2020 22:00:36 +0800 Subject: [PATCH] NimBLE: Update the documentation link in the examples --- examples/bluetooth/nimble/blemesh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/nimble/blemesh/README.md b/examples/bluetooth/nimble/blemesh/README.md index 9c44bbb25..7775e7abe 100644 --- a/examples/bluetooth/nimble/blemesh/README.md +++ b/examples/bluetooth/nimble/blemesh/README.md @@ -6,7 +6,7 @@ This example implements Bluetooth Mesh node that supports On/Off and Level model It has suport for both Advertising Bearer and GATT Bearer. -For more information on NimBLE MESH, please visit [NimBLE_MESH](https://mynewt.apache.org/latest/network/docs/mesh/index.html#bluetooth-mesh). +For more information on NimBLE MESH, please visit [NimBLE_MESH](https://mynewt.apache.org/latest/network/mesh/index.html#bluetooth-mesh). It uses ESP32's Bluetooth controller and NimBLE stack based BLE host.