Skip to content

Commit 21f9cfd

Browse files
authored
fix broken links
1 parent 4110582 commit 21f9cfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ oras attach $IMAGE \
183183

184184
## Discovering artifact references
185185

186-
The [OCI v1.1 Specification](oci-spec) defines a [referrers API][oci-artifacts-referrers] for discovering references to a `subject` artifact. The `oras discover` command can show the list of references to the container image.
186+
The [OCI v1.1 Specification][oci-spec] defines a [referrers API][oci-artifacts-referrers] for discovering references to a `subject` artifact. The `oras discover` command can show the list of references to the container image.
187187

188188
Using `oras discover`, view the graph of artifacts now stored in the registry.
189189

@@ -384,9 +384,9 @@ az acr manifest list-metadata \
384384
[docker-windows]: https://docs.docker.com/docker-for-windows/
385385
[oras-install-docs]: https://oras.land/cli/
386386
[oras-docs]: https://oras.land/
387-
[oci-artifacts-referrers]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers/
387+
[oci-artifacts-referrers]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers/
388388
[oci-artifact-manifest]: https://github.com/opencontainers/image-spec/blob/main/artifact.md/
389-
[oci-spec]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md/
389+
[oci-spec]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md/
390390
<!-- LINKS - internal -->
391391
[az-acr-repository-show]: /cli/azure/acr/repository?#az_acr_repository_show
392392
[az-acr-repository-delete]: /cli/azure/acr/repository#az_acr_repository_delete

0 commit comments

Comments
 (0)