Skip to content

Commit da4491e

Browse files
authoredMar 4, 2025··
fix 404 error when accessing CI Tooling hyperlink (#367)
Signed-off-by: Anitha Natarajan <anataraj@redhat.com>
1 parent 612f08f commit da4491e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎content/en/about/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Sigstore addresses these problems by helping users move away from a key-based si
4242
The signer ideally forgoes using long-lived keypairs. With “keyless” or “ephemeral key” signing, users verify the artifact using the transparency log for signature verification rather than keys. Sigstore improves on traditional methods of signing to be more convenient and secure:
4343

4444
- **Convenience**: Users can take advantage of convenient tooling, easy container signing, and can even bypass the difficult problem of key management and rotation.
45-
- **Automation**: Users can also automate signing using our [CI tooling](({{< relref "quickstart/quickstart-ci">}})).
45+
- **Automation**: Users can also automate signing using our [CI tooling]({{< relref "quickstart/quickstart-ci">}}).
4646
- **Security**: With Sigstore, the artifact is not just signed; it’s signed with an ephemeral key, associated with a known identity, and publicly auditable.
4747

4848
## How Sigstore works

0 commit comments

Comments
 (0)
Please sign in to comment.