From 8da5024a36fcc10b4ffc7d8eef8408a14669a2c6 Mon Sep 17 00:00:00 2001 From: hayleycd Date: Thu, 21 Nov 2024 22:20:31 -0800 Subject: [PATCH] fixing a link Signed-off-by: hayleycd --- content/en/language_clients/go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/language_clients/go.md b/content/en/language_clients/go.md index 30e17926..53dd34e4 100644 --- a/content/en/language_clients/go.md +++ b/content/en/language_clients/go.md @@ -7,7 +7,7 @@ weight: 10 [`sigstore-go`](https://pkg.go.dev/github.com/sigstore/sigstore-go) is the Go language client library for Sigstore. -`sigstore-go` is intended as a minimal dependency library for signing and verifying. It's not intended to replace [cosign](../../cosign/signing/overview.md), which provides a CLI with many features for interacting with Sigstore. Over time, `cosign` will use `sigstore-go` for verification. +`sigstore-go` is intended as a minimal dependency library for signing and verifying. It's not intended to replace [cosign](../../cosign/signing/overview), which provides a CLI with many features for interacting with Sigstore. Over time, `cosign` will use `sigstore-go` for verification. - Friendly API for integrating Go code with Sigstore - Smaller dependency tree