Skip to content

Commit da8994a

Browse files
committed
Cleanup broken links and markdown spacing
Signed-off-by: Brandon Mitchell <[email protected]>
1 parent b5ec432 commit da8994a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

image-index.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
9393
- **`subject`** *[descriptor](descriptor.md)*
9494

9595
This OPTIONAL property specifies a [descriptor](descriptor.md) of another manifest.
96-
This value, used by the [`referrers` API](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers), indicates a relationship to the specified manifest.
96+
This value, used by the [`referrers` API][referrers-api], indicates a relationship to the specified manifest.
9797

9898
- **`annotations`** *string-string map*
9999

@@ -116,6 +116,7 @@ When the variant of the CPU is not listed in the table, values are implementatio
116116
## Example Image Index
117117

118118
*Example showing a simple image index pointing to image manifests for two platforms:*
119+
119120
```json,title=Image%20Index&mediatype=application/vnd.oci.image.index.v1%2Bjson
120121
{
121122
"schemaVersion": 2,
@@ -150,6 +151,7 @@ When the variant of the CPU is not listed in the table, values are implementatio
150151
## Example Image Index with multiple media types
151152

152153
*Example showing an image index pointing to manifests with multiple media types:*
154+
153155
```json,title=Image%20Index&mediatype=application/vnd.oci.image.index.v1%2Bjson
154156
{
155157
"schemaVersion": 2,
@@ -178,4 +180,8 @@ When the variant of the CPU is not listed in the table, values are implementatio
178180
```
179181

180182
[go-environment2]: https://golang.org/doc/install/source#environment
183+
[iana]: https://www.iana.org/assignments/media-types/media-types.xhtml
181184
[matrix]: media-types.md#compatibility-matrix
185+
[referrers-api]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers
186+
[rfc6838]: https://tools.ietf.org/html/rfc6838
187+
[rfc6838-s4.2]: https://tools.ietf.org/html/rfc6838#section-4.2

0 commit comments

Comments
 (0)