Skip to content

Commit

Permalink
fix(how-to): links to spec
Browse files Browse the repository at this point in the history
HTML rendering does not appear to remove `.md` to "external" doc links.

Signed-off-by: Ville Skyttä <[email protected]>
  • Loading branch information
scop committed Feb 11, 2025
1 parent 8aa6c73 commit c626956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/how-to-infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ learn more about verifying your system for SLSA conformance, see
provenance, see [Producing artifacts](/spec/v1.0/requirements). To learn more
about the SLSA provenance format, see [Provenance](/provenance/v1).

### [Package registry](/spec/v1.0/terminology.md#package-model)
### [Package registry](/spec/v1.0/terminology#package-model)

1. Verify provenance for the software you distribute. To
learn more about verifying provenance, see
Expand Down
8 changes: 4 additions & 4 deletions docs/how-to/how-to-orgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ your organization, and selecting tools that support your desired SLSA level.

## Choosing your SLSA level

For all [SLSA levels](/spec/v1.0/levels.md), you follow the same steps:
For all [SLSA levels](/spec/v1.0/levels), you follow the same steps:

1) Generate provenance, i.e., document your build process
2) Make the provenance available, to allow downstream users to verify it
Expand Down Expand Up @@ -42,7 +42,7 @@ consume software.
As a software consumer, you need to verify that the software you consume meets
your chosen SLSA Build level.

Ideally, [package ecosystems](/spec/v1.0/terminology.md#package-model) verify
Ideally, [package ecosystems](/spec/v1.0/terminology#package-model) verify
SLSA provenance for the packages they distribute. Check with the package
ecosystem where you get software to see if they verify SLSA provenance. If they
do, then inspect its verification practices to ensure that they meet your
Expand All @@ -53,7 +53,7 @@ wish to verify SLSA provenance yourself using tools such as
[`slsa-verifier`](https://github.com/slsa-framework/slsa-verifier).

To learn more about the verification process, see
[Verifying Artifacts](/spec/v1.0/verifying-artifacts.md).
[Verifying Artifacts](/spec/v1.0/verifying-artifacts).

### For software producers

Expand Down Expand Up @@ -82,7 +82,7 @@ For more information about producing provenance, see
[Producing artifact](/spec/v1.0/requirements) and
[Verifying build platforms](/spec/v1.0/verifying-systems).

Ideally, [package ecosystems](/spec/v1.0/terminology.md#package-model)
Ideally, [package ecosystems](/spec/v1.0/terminology#package-model)
distribute provenance alongside packages. If your organization...

- distributes software through a third-party package ecosystem, then check
Expand Down

0 comments on commit c626956

Please sign in to comment.