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
This commit is contained in:
Kevin Kirsche 2023-02-13 10:15:56 -05:00 committed by GitHub
parent d23bca8c2b
commit a75d9ebd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ attestation.
<!-- prettier-ignore -->
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