Skip to content

Commit f022e56

Browse files
committed
fix download links
1 parent 75c06d1 commit f022e56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-resource-manager/templates/test-toolkit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ARM template test toolkit
33
description: Describes how to run the Azure Resource Manager template (ARM template) test toolkit on your template. The toolkit lets you see if you have implemented recommended practices.
44
ms.topic: conceptual
5-
ms.date: 11/16/2022
5+
ms.date: 03/21/2023
66
ms.author: tomfitz
77
author: tfitzmac
88
---
@@ -31,7 +31,7 @@ To learn more about the ARM template test toolkit, and for hands-on guidance, se
3131

3232
1. If you don't already have PowerShell, [install PowerShell on Windows](/powershell/scripting/install/installing-powershell-core-on-windows).
3333

34-
1. [Download the latest .zip file](https://aka.ms/arm-ttk-latest) for the test toolkit and extract it.
34+
1. [Download the latest .zip file](https://github.com/Azure/arm-ttk/releases) for the test toolkit and extract it.
3535

3636
1. Start PowerShell.
3737

@@ -59,7 +59,7 @@ To learn more about the ARM template test toolkit, and for hands-on guidance, se
5959

6060
1. If you don't already have PowerShell, [install PowerShell on Linux](/powershell/scripting/install/installing-powershell-core-on-linux).
6161

62-
1. [Download the latest .zip file](https://aka.ms/arm-ttk-latest) for the test toolkit and extract it.
62+
1. [Download the latest .zip file](https://github.com/Azure/arm-ttk/releases) for the test toolkit and extract it.
6363

6464
1. Start PowerShell.
6565

@@ -97,7 +97,7 @@ To learn more about the ARM template test toolkit, and for hands-on guidance, se
9797
brew install coreutils
9898
```
9999

100-
1. [Download the latest .zip file](https://aka.ms/arm-ttk-latest) for the test toolkit and extract it.
100+
1. [Download the latest .zip file](https://github.com/Azure/arm-ttk/releases) for the test toolkit and extract it.
101101

102102
1. Start PowerShell.
103103

0 commit comments

Comments
 (0)