From 6144f030d81d4eafe23ba6997dae71a2c8ab789a Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:23:21 +0800 Subject: [PATCH] docs: rescue broken sigstore docs link Updates link to point to new location after the docs refactor see: https://github.com/sigstore/docs/pull/210 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index d2601afffb..528f6f3c2e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -60,7 +60,7 @@ Supported keys include: | Key | Description | Supported Values | Default | | :------------------- | :---------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------- | :------ | -| `signers.kms.kmsref` | The URI reference to a KMS service to use in `KMS` signers. | Supported schemes: `gcpkms://`, `awskms://`, `azurekms://`, `hashivault://`. See https://docs.sigstore.dev/cosign/kms_support for more details. | | +| `signers.kms.kmsref` | The URI reference to a KMS service to use in `KMS` signers. | Supported schemes: `gcpkms://`, `awskms://`, `azurekms://`, `hashivault://`. See https://docs.sigstore.dev/cosign/key_management/overview/ for more details. | | ### Storage Configuration