Skip to content

Commit 71a4e0e

Browse files
committed
fixes broken links
1 parent 8fd7513 commit 71a4e0e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/artifact-configuration/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Use cases for raw signatures include:
623623

624624
* Signing for lightweight verification, e.g. on embedded systems
625625
* Creating signature blocks for subsequent use with other tools and formats
626-
* [Signing _Cosign_ metadata files](/signing-containers/cosign)
626+
* [Signing _Cosign_ metadata files](/signing-containers#cosign)
627627

628628
Raw signing is a [detached](#detached-signing-methods) signing method and must be used in `<zip-file>` elements.
629629

@@ -751,7 +751,7 @@ The restrictions can be applied to file elements, [file set elements](syntax#fil
751751

752752
## SLSA attestations {#create-provenance-file}
753753

754-
SignPath can create SLSA attestations for any of the supported build systems. See the [definition](/origin-verification/slsa-attestations) for more details.
754+
SignPath can create SLSA attestations for any of the supported build systems. See the [definition](/slsa-attestations) for more details.
755755

756756
Creating a SLSA attestation requires multiple directives:
757757

docs/crypto-providers/notation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ See [SignPath Crypto Providers](/crypto-providers/#crypto-provider-configuration
6868
6969
### Usage
7070
71-
* The available [configuration values](/documentation/crypto-providers#crypto-provider-configuration) can also be passed in via the command line arguments `--plugin-config "Key=<Value>"`.
71+
* The available [configuration values](/crypto-providers#crypto-provider-configuration) can also be passed in via the command line arguments `--plugin-config "Key=<Value>"`.
7272
* The notation _key id_ is comprised of the _project slug_ and _signing policy slug_, separated by a forward slash, e.g. `"MyProject/release-signing"`
7373
7474
{% raw %}

docs/origin-verification/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Verification of reproducability depends on the CI system used. Typical verificat
3131
* **No manual overrides** of critical build settings in CI system's build job
3232
* **Prevent caching** from previous (possibly unverified) builds
3333

34-
In order to use origin verification, a [Trusted Build System](trusted-build-systems) must be configured and linked to the project.
34+
In order to use origin verification, a [Trusted Build System](/trusted-build-systems) must be configured and linked to the project.
3535

3636
{:.panel.tip}
3737
> **Use origin verification restrictions**

docs/signing-containers/docker-content-trust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Documentation for signing Docker images with SignPath using Docker
99
{:.panel.warning}
1010
> **Docker Content Trust (DCT) is deprecated**
1111
>
12-
> Docker Content Trust (DCT) is deprecated. Please consider using [Notary (Notation)](/signing-containers/notation) (recommended for Enterprises) or [Cosign](/signing-containers/cosign) (recommended for OSS projects).
12+
> Docker Content Trust (DCT) is deprecated. Please consider using [Notary (Notation)](/signing-containers#notation) (recommended for Enterprises) or [Cosign](/signing-containers#cosign) (recommended for OSS projects).
1313
1414
## Overview
1515

0 commit comments

Comments
 (0)