From 9ccb2b55fb27a7fe65af35b8a43e1a3f9149de1b Mon Sep 17 00:00:00 2001 From: mozillazg Date: Fri, 13 Sep 2024 14:00:40 +0000 Subject: [PATCH] docs: Fix broken links fixes #2914 Signed-off-by: mozillazg --- docs/content/en/docs/installation/verify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/en/docs/installation/verify.md b/docs/content/en/docs/installation/verify.md index d8901eb1525..b4d8b2f76bf 100644 --- a/docs/content/en/docs/installation/verify.md +++ b/docs/content/en/docs/installation/verify.md @@ -11,7 +11,7 @@ Learn how to verify Tetragon container images signatures. ### Prerequisites -You will need to [install cosign](https://docs.sigstore.dev/system_config/installation/). +You will need to [install cosign](https://docs.sigstore.dev/cosign/system_config/installation/). ### Verify Signed Container Images @@ -26,7 +26,7 @@ cosign verify --certificate-github-workflow-repository cilium/tetragon --certifi {{< note >}} If you are using cosign < v2.0.0, you must set `COSIGN_EXPERIMENTAL=1` environment variable to allow verification of images signed in KEYLESS mode. -To learn more about keyless signing, please refer to [Sigstore documentation](https://docs.sigstore.dev/signing/overview/). +To learn more about keyless signing, please refer to [Sigstore documentation](https://docs.sigstore.dev/cosign/signing/overview/). {{< /note >}} ## Verify the SBOM signature