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 +```