samples: net: cloud: Fix the mqtt_azure sample location

The path to the mqtt_azure sample was not correct.
Original patch by Benjamin Cabé.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2020-03-17 13:26:25 +02:00 committed by Anas Nashif
commit 7b8aca3de2

View file

@ -16,7 +16,7 @@ can publish messages to an Azure Cloud IoT hub based on MQTT protocol.
- DNS supported
The source code of this sample application can be found at:
:zephyr_file:`samples/net/mqtt_azure`.
:zephyr_file:`samples/net/cloud/mqtt_azure`.
Requirements
************