Skip to content

Commit ed7debb

Browse files
committed
More link fixes
Signed-off-by: Steve Lasker <[email protected]>
1 parent 9888f49 commit ed7debb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/container-registry/container-registry-oci-artifacts.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To demonstrate this capability, this article shows how to use the [OCI Registry
1717
## Prerequisites
1818

1919
* **Azure container registry** - Create a container registry in your Azure subscription. For example, use the [Azure portal](container-registry-get-started-portal.md) or [az acr create][az-acr-create].
20-
* **Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI](/cli/azure/install-azure-cli) for installation and/or upgrade.
20+
* **Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI][azure-cli-install] for installation and/or upgrade.
2121
* **ORAS CLI** - Version `v0.16.0` is required. See: [ORAS installation][oras-install-docs].
2222
* **Docker (Optional)** - While Docker Desktop isn't required, the `oras` cli utilizes the Docker desktop credential store for storing credentials. If Docker Desktop is installed, it must be running for `oras login`.
2323

@@ -30,7 +30,6 @@ ACR_NAME=myregistry
3030
REGISTRY=$ACR_NAME.azurecr.io
3131
```
3232

33-
To create a new registry, see [Quickstart: Create a container registry using the Azure CLI][az-acr-create]
3433
## Sign in to a registry
3534

3635
Authenticate with your [individual Azure AD identity](container-registry-authentication.md?tabs=azure-cli#individual-login-with-azure-ad) using an AD token. Always use "000..." for the `USER_NAME` as the token is parsed through the `PASSWORD` variable.
@@ -218,6 +217,6 @@ To remove the artifact from your registry, use the `oras manifest delete` comman
218217
<!-- LINKS - internal -->
219218
[acr-landing]: https://aka.ms/acr
220219
[acr-authentication]: /azure/container-registry/container-registry-authentication?tabs=azure-cli
221-
[az-acr-create]: /container-registry/container-registry-get-started-azure-cli
220+
[az-acr-create]: /azure/container-registry/container-registry-get-started-azure-cli
222221
[az-acr-repository-delete]: /cli/azure/acr/repository#az_acr_repository_delete
223222
[azure-cli-install]: /cli/azure/install-azure-cli

articles/container-registry/container-registry-oras-artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OCI 1.1 Artifact Manifest support is an ACR preview feature and subject to [limi
2525

2626
* **Azure container registry** - Create a container registry in your Azure subscription. For example, use the [Azure portal](container-registry-get-started-portal.md) or the [Azure CLI][az-acr-create].
2727
*See [Preview limitations](#preview-limitations) for Azure cloud support.*
28-
* **Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI](/cli/azure/install-azure-cli) for installation and/or upgrade.
28+
* **Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI][azure-cli-install] for installation and/or upgrade.
2929
* **ORAS CLI** - Version `v0.16.0` is required. See: [ORAS installation][oras-install-docs].
3030
* **Docker (Optional)** - To complete the walkthrough, a container image is referenced.
3131
You can use [Docker installed locally][docker-install] to build and push a container image, or use [`acr build`][az-acr-build] to build remotely in Azure.
@@ -401,7 +401,7 @@ In this article, a graph of supply chain artifacts are created, discovered, prom
401401

402402
<!-- LINKS - internal -->
403403
[acr-authentication]: /azure/container-registry/container-registry-authentication?tabs=azure-cli
404-
[az-acr-create]: /container-registry/container-registry-get-started-azure-cli
404+
[az-acr-create]: /azure/container-registry/container-registry-get-started-azure-cli
405405
[az-acr-build]: /cli/azure/acr#az_acr_build
406406
[az-acr-manifest-metadata]: /cli/azure/acr/manifest/metadata
407407
[az-acr-repository-delete]: /cli/azure/acr/repository#az_acr_repository_delete

0 commit comments

Comments
 (0)