From 109930f736f7afc8a56c37b70c6d4914839ab5ad Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Wed, 18 Sep 2024 15:10:57 -0700 Subject: [PATCH] Fix broken links --- step-ca/installation.mdx | 2 +- step-cli/installation.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/step-ca/installation.mdx b/step-ca/installation.mdx index 7969c558..a255d1a1 100644 --- a/step-ca/installation.mdx +++ b/step-ca/installation.mdx @@ -213,7 +213,7 @@ We use [cosign](https://github.com/sigstore/cosign) to sign and verify release a To verify the signature of the `step-ca` binary: -1. [Install cosign](https://docs.sigstore.dev/system_config/installation/). +1. [Install cosign](https://docs.sigstore.dev/cosign/system_config/installation/). 2. Download the binary signature (`.sig`) and certificate (`.pem`) files from the Assets section of our [GitHub Releases page](https://github.com/smallstep/certificates/releases/latest). 3. Run: diff --git a/step-cli/installation.mdx b/step-cli/installation.mdx index 23d6f704..5fef5f4d 100644 --- a/step-cli/installation.mdx +++ b/step-cli/installation.mdx @@ -133,7 +133,7 @@ Place the binary in `/usr/bin` for compatibility with the rest of our documentat We use [cosign](https://github.com/sigstore/cosign) for signing and verifying release artifacts. To verify the signature of the `step-ca` binary: -1. [Install cosign](https://docs.sigstore.dev/system_config/installation/) +1. [Install cosign](https://docs.sigstore.dev/cosign/system_config/installation/) 2. Download the binary signature (`.sig`) and certificate (`.pem`) files from the Assets section of our [GitHub Releases page](https://github.com/smallstep/cli/releases/latest) 3. Run: