Skip to content

Commit a0ace54

Browse files
Refixed a broken link that uses the reference link format.
1 parent 139ec14 commit a0ace54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/container-registry/container-registry-tasks-multi-step.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Automate image build, test, and patch with Azure Container Registry multi
33
description: An introduction to multi-step tasks, a feature of ACR Tasks in Azure Container Registry that provides task-based workflows for building, testing, and patching container images in the cloud.
44
services: container-registry
55
author: dlepow
6-
76
ms.service: container-registry
87
ms.topic: article
98
ms.date: 10/29/2018
@@ -87,7 +86,7 @@ See [task examples][task-examples] for complete multi-step task YAML files and D
8786
8887
Tasks support both manual execution, called a "quick run," and automated execution on Git commit or base image update.
8988
90-
To run a task, you first define the task's steps in a YAML file, then execute the Azure CLI command [az acr run][/cli/azure/acr#az-acr-run].
89+
To run a task, you first define the task's steps in a YAML file, then execute the Azure CLI command [az acr run][az-acr-run].
9190
9291
Here's an example Azure CLI command that runs a task using a sample task YAML file. Its steps build and then push an image. Update `\<acrName\>` with the name of your own Azure container registry before running the command.
9392

@@ -172,5 +171,5 @@ You can find multi-step task reference and examples here:
172171

173172
<!-- LINKS - Internal -->
174173
[az-acr-task-create]: /cli/azure/acr/task#az-acr-task-create
175-
[az-acr-run]: /cli/azure/acr/run#az-acr-run
176-
[az-acr-task]: /cli/azure/acr#az-acr-task
174+
[az-acr-run]: /cli/azure/acr#az-acr-run
175+
[az-acr-task]: /cli/azure/acr/task

0 commit comments

Comments
 (0)