Skip to content

Commit db9d6ca

Browse files
committed
Fix paths to includes
1 parent 2b40301 commit db9d6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/tutorial-connectivity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this tutorial, you learn how to:
3838
* When you're prompted, install Azure CLI extensions on first use. For more information about extensions, see [Use extensions with the Azure CLI](/cli/azure/azure-cli-extensions-overview).
3939
* Run [az version](/cli/azure/reference-index?#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index?#az-upgrade).
4040

41-
[!INCLUDE [iot-hub-cli-version-info](iot-hub-cli-version-info.md)]
41+
[!INCLUDE [iot-hub-cli-version-info](../../includes/iot-hub-cli-version-info.md)]
4242

4343
* The sample application that you run in this tutorial uses Node.js. You need Node.js v10.x.x or later on your development machine.
4444

@@ -55,7 +55,7 @@ In this tutorial, you learn how to:
5555
5656
## Create an IoT hub
5757
58-
[!INCLUDE [iot-hub-include-create-hub-cli](iot-hub-include-create-hub-cli.md)]
58+
[!INCLUDE [iot-hub-include-create-hub-cli](../../includes/iot-hub-include-create-hub-cli.md)]
5959
6060
## Check device authentication
6161

0 commit comments

Comments
 (0)