From 911f1685c48bf1c1c1578aaf232469a674398c78 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Fri, 11 Dec 2020 10:16:04 +0300 Subject: [PATCH] fix script links (#2237) --- help/CreateImageAndAzureResources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/CreateImageAndAzureResources.md b/help/CreateImageAndAzureResources.md index b924eeaf9..b3dd36e20 100644 --- a/help/CreateImageAndAzureResources.md +++ b/help/CreateImageAndAzureResources.md @@ -44,7 +44,7 @@ Set-Location c:\ git clone https://github.com/actions/virtual-environments.git ``` -Import [GenerateResourcesAndImage](helpers/GenerateResourcesAndImage.ps1) script from `/helpers` folder, and run `GenerateResourcesAndImage` function via Powershell. +Import [GenerateResourcesAndImage](../helpers/GenerateResourcesAndImage.ps1) script from `/helpers` folder, and run `GenerateResourcesAndImage` function via Powershell. ``` Set-Location C:\virtual-environments @@ -65,7 +65,7 @@ The function automatically creates all required Azure resources and kicks off pa *Please, check synopsis of `GenerateResourcesAndImage` for details about non-mandatory parameters.* #### Generated VM Deployment -After the successful image generation, Virtual Machine can be created from the generated VHD using [CreateAzureVMFromPackerTemplate](helpers/CreateAzureVMFromPackerTemplate.ps1) script. +After the successful image generation, Virtual Machine can be created from the generated VHD using [CreateAzureVMFromPackerTemplate](../helpers/CreateAzureVMFromPackerTemplate.ps1) script. ``` Set-Location C:\virtual-environments