Skip to content

Commit d0ea714

Browse files
committed
fix links
1 parent 250bead commit d0ea714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-resource-manager/templates/deploy-to-management-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json
6060

6161
The commands for management group deployments are different than the commands for resource group deployments.
6262

63-
For Azure CLI, use [az deployment mg create](/cli/azure/deployment/mg?view=azure-cli-latest#az-deployment-mg-create):
63+
For Azure CLI, use [az deployment mg create](/cli/azure/deployment/mg#az-deployment-mg-create):
6464

6565
```azurecli-interactive
6666
az deployment mg create \

articles/azure-resource-manager/templates/deploy-to-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json
7777

7878
The commands for subscription-level deployments are different than the commands for resource group deployments.
7979

80-
For Azure CLI, use [az deployment sub create](/cli/azure/deployment/sub?view=azure-cli-latest#az-deployment-sub-create). The following example deploys a template to create a resource group:
80+
For Azure CLI, use [az deployment sub create](/cli/azure/deployment/sub#az-deployment-sub-create). The following example deploys a template to create a resource group:
8181

8282
```azurecli-interactive
8383
az deployment sub create \

0 commit comments

Comments
 (0)