Skip to content

Commit 040bcb6

Browse files
authored
Merge pull request #206744 from w-azure/winona-gpu
Fixed broken links
2 parents 69d5239 + 1c36990 commit 040bcb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/configure-connect-verify-gpu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ We'll use the Azure portal, the Azure Cloud Shell, and your VM's command line to
2121

2222
## Prerequisites
2323

24-
* Azure account - [create a free account](https://azure.microsoft.com/account/free)
24+
* Azure account - [create a free account](https://azure.microsoft.com/free/search/)
2525

26-
* Azure IoT Hub - [create an IoT Hub](https://azure.microsoft.com/services/iot_hub)
26+
* Azure IoT Hub - [create an IoT Hub](https://azure.microsoft.com/services/iot-hub/#overview)
2727

2828
* Azure IoT Edge device
2929

@@ -33,7 +33,7 @@ We'll use the Azure portal, the Azure Cloud Shell, and your VM's command line to
3333
az iot hub device-identity create --device-id <YOUR-DEVICE-NAME> --edge-enabled --hub-name <YOUR-IOT-HUB-NAME>
3434
```
3535

36-
For more information on creating an IoT Edge device, see [Quickstart: Deploy your first IoT Edge module to a virtual Linux device](/quickstart-linux). Later in this tutorial, we'll add an NVIDIA module to our IoT Edge device.
36+
For more information on creating an IoT Edge device, see [Quickstart: Deploy your first IoT Edge module to a virtual Linux device](quickstart-linux.md). Later in this tutorial, we'll add an NVIDIA module to our IoT Edge device.
3737

3838
## Create a GPU-optimized virtual machine
3939

0 commit comments

Comments
 (0)