Skip to content

Commit f03dbe3

Browse files
authored
Merge pull request #677 from AkihiroSuda/fix-typo
annotations: fix a hyperlink
2 parents 6a05a39 + aa82b9e commit f03dbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ This specification defines the following annotation keys, intended for but not l
2525
* **org.opencontainers.image.version** [Semantic versioning-compatible](http://semver.org/) version of the packaged software.
2626
* **org.opencontainers.image.revision** Source control revision identifier for packaged software.
2727
* **org.opencontainers.image.vendor** Name of the distributing entity, organization or individual.
28-
* **org.opencontainers.image.licenses** Comma-separated list of licenses under which contained software is distributed, in [SPDX Short identifier]https://spdx.org/licenses/] form.
28+
* **org.opencontainers.image.licenses** Comma-separated list of licenses under which contained software is distributed, in [SPDX Short identifier](https://spdx.org/licenses/) form.
2929
* **org.opencontainers.image.ref.name** Name of the reference for a target (string). SHOULD only be considered valid when on descriptors on `index.json` within [image layout](image-layout.md).

0 commit comments

Comments
 (0)