From 16eed9c9c4b3ba3a30800ee431e9a03c392b0cdc Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 3 Sep 2021 14:57:54 +0200 Subject: [PATCH] Update blemesh.md --- content/tutorials/networkprotocols/blemesh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorials/networkprotocols/blemesh.md b/content/tutorials/networkprotocols/blemesh.md index 31c2a9e..f79d3a6 100644 --- a/content/tutorials/networkprotocols/blemesh.md +++ b/content/tutorials/networkprotocols/blemesh.md @@ -8,7 +8,7 @@ aliases: Pymesh BLE module enables many-to-many device connections, based on the Bluetooth module. -For the API, please check the section [Pymesh BLE API](/firmwareapi/pycom/network/bluetooth/ble_mesh/). +For the API, please check the section [Pymesh BLE API](/firmwareapi/pycom/network/bluetooth/btmesh/). ## Generic OnOff Example Generic OnOff model is one of the simplest model in BLE Mesh. @@ -250,4 +250,4 @@ BLE_Mesh.init("Pycom Sensor Client", callback=prov_callback) # Turn on Provisioning Advertisement BLE_Mesh.set_node_prov(BLE_Mesh.PROV_ADV|BLE_Mesh.PROV_GATT) -``` \ No newline at end of file +```