From 7b8aca3de2a0ca70a3f2cd57bc89ea766a2c9529 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Tue, 17 Mar 2020 13:26:25 +0200 Subject: [PATCH] samples: net: cloud: Fix the mqtt_azure sample location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The path to the mqtt_azure sample was not correct. Original patch by Benjamin Cabé. Signed-off-by: Jukka Rissanen --- samples/net/cloud/mqtt_azure/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/net/cloud/mqtt_azure/README.rst b/samples/net/cloud/mqtt_azure/README.rst index ad09b856c17..eb6d865ca55 100644 --- a/samples/net/cloud/mqtt_azure/README.rst +++ b/samples/net/cloud/mqtt_azure/README.rst @@ -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 ************