Skip to content

Commit 7ffd847

Browse files
authored
Fix broken hyperlink for 'Cosign Keyless Signatures' in "Verify Signed Kubernetes Artifacts" guide (#44235)
* fix broken links to cosign signing page * remove changes to zn translation * change link to https://docs.sigstore.dev/signing/overview/
1 parent 5ebf07d commit 7ffd847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/verify-signed-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cosign verify-blob "$BINARY" \
5151
{{< note >}}
5252
Cosign 2.0 requires the `--certificate-identity` and `--certificate-oidc-issuer` options.
5353

54-
To learn more about keyless signing, please refer to [Keyless Signatures](https://docs.sigstore.dev/cosign/keyless).
54+
To learn more about keyless signing, please refer to [Keyless Signatures](https://docs.sigstore.dev/signing/overview/).
5555

5656
Previous versions of Cosign required that you set `COSIGN_EXPERIMENTAL=1`.
5757

0 commit comments

Comments
 (0)