From 953d890b45ffe989efe271016d7f987f49de22fa Mon Sep 17 00:00:00 2001 From: Li Tan Date: Thu, 2 May 2024 16:11:02 -0400 Subject: [PATCH] Update README.md on relative path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8835985..49e51630 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Following are the current supported HPC/AI VM images that are available in Azure The high level steps to create your own HPC images using our repository are: 1. Deploy a VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/)). -2. Run install.sh (pick the corresponding install.sh in our repository for your OS, e.g., [Ubuntu 22.04](https://github.com/Azure/azhpc-images/blob/master/ubuntu/ubuntu-22.x/ubuntu-22.04-hpc/install.sh)). +2. Run install.sh (pick the corresponding install.sh in our repository for your OS, e.g., [Ubuntu 22.04](ubuntu/ubuntu-22.x/ubuntu-22.04-hpc/install.sh)). 3. Generate an image from the VM ([tutorial](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-custom-images)). # Contributing