From 927882fd60f8dcc44b83a600172012b54c6af1ee Mon Sep 17 00:00:00 2001 From: richboyneedcash <273099414+richboyneedcash@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:25:29 +0800 Subject: [PATCH] docs: fix broken cosign link in README The cosign docs page moved; https://docs.sigstore.dev/cosign/overview/ now 404s. Point the link to the current cosign docs landing page at https://docs.sigstore.dev/cosign/. Co-authored-by: TRAE CLI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32b0160dbaa..00861439187 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ The Terraform modules live at [`terraform/litellm/aws/`](./terraform/litellm/aws ### Verify Docker Image Signatures -All LiteLLM Docker images published to GHCR are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d726492c814b3644b7d376029d0). +All LiteLLM Docker images published to GHCR are signed with [cosign](https://docs.sigstore.dev/cosign/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d726492c814b3644b7d376029d0). **Verify using the pinned commit hash (recommended):**