From 8baa69bd3097a4a583967d30ccb5025e9089f6d9 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Sun, 4 Feb 2024 12:53:50 +0800 Subject: [PATCH] media-types: Fix broken links Related to https://github.com/distribution/distribution/pull/4101 Signed-off-by: Lei Jitang --- media-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-types.md b/media-types.md index 8cc372e66..31377d990 100644 --- a/media-types.md +++ b/media-types.md @@ -42,7 +42,7 @@ This section shows where the OCI Image Specification is compatible with formats Similar/related schema: -- [application/vnd.docker.distribution.manifest.list.v2+json](https://github.com/distribution/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) +- [application/vnd.docker.distribution.manifest.list.v2+json](https://github.com/distribution/distribution/blob/v2.8.3/docs/spec/manifest-v2-2.md#manifest-list) - `.annotations`: only present in OCI - `.[]manifests.annotations`: only present in OCI - `.[]manifests.urls`: only present in OCI @@ -51,7 +51,7 @@ Similar/related schema: Similar/related schema: -- [application/vnd.docker.distribution.manifest.v2+json](https://github.com/distribution/distribution/blob/master/docs/spec/manifest-v2-2.md#image-manifest-field-descriptions) +- [application/vnd.docker.distribution.manifest.v2+json](https://github.com/distribution/distribution/blob/v2.8.3/docs/spec/manifest-v2-2.md#image-manifest) - `.annotations`: only present in OCI - `.config.annotations`: only present in OCI - `.config.urls`: only present in OCI