Skip to content

Commit

Permalink
docs: Fix broken links
Browse files Browse the repository at this point in the history
fixes #2914

Signed-off-by: mozillazg <mozillazg101@gmail.com>
  • Loading branch information
mozillazg authored and mtardy committed Sep 13, 2024
1 parent 0fb2116 commit 9ccb2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/docs/installation/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 9ccb2b5

Please sign in to comment.