From a75d9ebd4d0b5d85dc1213b39fcfc988a4a93059 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 13 Feb 2023 10:15:56 -0500 Subject: [PATCH 1/2] fix: Incorrect link to attestation storage Fixes incorrect link to attestation storage document, https://github.com/moby/buildkit/blob/master/docs/attestations/attestation-storage.md --- build/attestations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/attestations/index.md b/build/attestations/index.md index adc34dd7fa..4cfc1cd01c 100644 --- a/build/attestations/index.md +++ b/build/attestations/index.md @@ -139,7 +139,7 @@ attestation. To deep-dive into the specifics about how attestations are stored, see -[Image Attestation Storage (BuildKit)](https://github.com/moby/buildkit/blob/master/docs/attestation-storage.md){: target="blank" rel="noopener" class="_"}. +[Image Attestation Storage (BuildKit)](https://github.com/moby/buildkit/blob/master/docs/attestations/attestation-storage.md){: target="blank" rel="noopener" class="_"}. ## What's next From 2a41ba80dabfeb7881f0876b51424ee37421c607 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 13 Feb 2023 10:30:58 -0500 Subject: [PATCH 2/2] Update URL based on changes feedback --- build/attestations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/attestations/index.md b/build/attestations/index.md index 4cfc1cd01c..5f02924462 100644 --- a/build/attestations/index.md +++ b/build/attestations/index.md @@ -139,7 +139,7 @@ attestation. To deep-dive into the specifics about how attestations are stored, see -[Image Attestation Storage (BuildKit)](https://github.com/moby/buildkit/blob/master/docs/attestations/attestation-storage.md){: target="blank" rel="noopener" class="_"}. +[Image Attestation Storage (BuildKit)](https://docs.docker.com/build/attestations/attestation-storage/){: target="blank" rel="noopener" class="_"}. ## What's next