Skip to content

Commit 042cf5b

Browse files
Merge pull request #247122 from rayoef/fixing-broken-oras-links
Fixing broken links
2 parents 16ab6ac + 607220a commit 042cf5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For more information on oras attach, see [ORAS documentation][oras-docs].
102102
## Attach a multi-file artifact as a reference
103103

104104
When OCI artifacts are pushed to a registry with ORAS, each file reference is pushed as a blob. To push separate blobs, reference the files individually, or collection of files by referencing a directory.
105-
For more information how to push a collection of files, see [Pushing artifacts with multiple files][oras-push-multifiles]
105+
For more information how to push a collection of files, see [Pushing artifacts with multiple files][oras-push-multifiles].
106106

107107
Create some documentation around an artifact:
108108

@@ -385,7 +385,7 @@ In this article, a graph of supply chain artifacts is created, discovered, promo
385385

386386
## Next steps
387387

388-
* Learn more about [the ORAS CLI](https://oras.land/docs/category/cli)
388+
* Learn more about [the ORAS CLI][oras-cli]
389389
* Learn more about [OCI Artifact Manifest][oci-artifact-manifest] for how to push, discover, pull, copy a graph of supply chain artifacts
390390

391391
<!-- LINKS - external -->
@@ -395,9 +395,9 @@ In this article, a graph of supply chain artifacts is created, discovered, promo
395395
[oci-spec]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md/
396396
[oci-1_1-spec]: https://github.com/opencontainers/distribution-spec/releases/tag/v1.1.0-rc1
397397
[oras-docs]: https://oras.land/
398-
[oras-install-docs]: https://oras.land/docs/category/cli
399-
[oras-cli]: https://oras.land/docs/category/cli-reference
400-
[oras-push-multifiles]: https://oras.land/docs/cli/pushing/#pushing-artifacts-with-multiple-files
398+
[oras-install-docs]: https://oras.land/docs/installation
399+
[oras-cli]: https://oras.land/docs/category/oras-commands/
400+
[oras-push-multifiles]: https://oras.land/docs/how_to_guides/pushing_and_pulling#pushing-artifacts-with-multiple-files
401401

402402

403403
<!-- LINKS - internal -->

0 commit comments

Comments
 (0)