Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions definitions-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OCI Image is a specific type of artifact. However, an OCI image is not meant to

## Registry

A registry, or container registry, is an instance of the [distribution-spec]. See [Implementers][implementers] for a list of registries that support OCI Artifacts.
A registry, or container registry, is an instance of the [distribution-spec]. See [Implementers](implementers.md) for a list of registries that support OCI Artifacts.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

believe it or not the typical pattern for linking to the bottom of the md is [][]

though linking directly the file with () also works might as well use the redirection to below

Suggested change
A registry, or container registry, is an instance of the [distribution-spec]. See [Implementers](implementers.md) for a list of registries that support OCI Artifacts.
A registry, or container registry, is an instance of the [distribution-spec]. See [Implementers][implementers] for a list of registries that support OCI Artifacts.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Zhurik, we appreciate the effort for the PR. If the additional tweaks are too much detail, we can merge this as is, and tweak a bit further as the link works with your PR. We just have a dangling entry in the links section at the bottom of the file.


## Well Known Type

Expand All @@ -51,4 +51,4 @@ Types that many to most registry operators would likely want to support ([OCI Im
[implementers]: implementers.md
[image-spec]: https://github.com/opencontainers/image-spec/
[distribution-spec]: https://github.com/opencontainers/distribution-spec/
[singularity]: https://github.com/sylabs/singularity
[singularity]: https://github.com/sylabs/singularity
File renamed without changes.