Skip to content

Commit

Permalink
Merge pull request #348 from smallstep/carl/linkfix
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
tashian committed Sep 19, 2024
2 parents 2dded5b + 109930f commit 00bdcfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion step-ca/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion step-cli/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 00bdcfe

Please sign in to comment.