From 157997b87ff45dc4105398541fc99844b8d7a325 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Wed, 31 Mar 2021 14:05:51 -0700 Subject: [PATCH] Use consistent aka links to satisfy link checker Only need it for the new Update-TestResources.ps1 script, but I wanted them to look consistent. --- eng/common/TestResources/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/common/TestResources/README.md b/eng/common/TestResources/README.md index 081447ec31c5d..59779f9f9898e 100644 --- a/eng/common/TestResources/README.md +++ b/eng/common/TestResources/README.md @@ -138,9 +138,9 @@ After the markdown files are generated, please make sure all "http" URIs use "ht PowerShell markdown documentation created with [platyPS][]. - [New-TestResources.ps1]: https://github.com/Azure/azure-sdk-tools/blob/master/eng/common/TestResources/New-TestResources.ps1.md - [Update-TestResources.ps1]: https://github.com/Azure/azure-sdk-tools/blob/master/eng/common/TestResources/Update-TestResources.ps1.md - [Remove-TestResources.ps1]: https://github.com/Azure/azure-sdk-tools/blob/master/eng/common/TestResources/Remove-TestResources.ps1.md + [New-TestResources.ps1]: https://aka.ms/azsdk/tools/New-TestResources + [Update-TestResources.ps1]: https://aka.ms/azsdk/tools/Update-TestResources + [Remove-TestResources.ps1]: https://aka.ms/azsdk/tools/Remove-TestResources [PowerShell]: https://github.com/PowerShell/PowerShell [PowerShellAz]: https://docs.microsoft.com/powershell/azure/install-az-ps [platyPS]: https://github.com/PowerShell/platyPS