Skip to content

Commit bf72b61

Browse files
committed
Update doc links to new package pages
Following a split up of policy pages in Conforma docs, there is a dedicated page for each policy package. Ref: https://issues.redhat.com/browse/EC-1322
1 parent 13f656b commit bf72b61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/content/posts/a-taste-of-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ configuration:
8686
8787
This policy moves the certificate flags to the policy itself. It also specifies certain policy rules
8888
to be executed. Here we are including some of the existing Enterprise Contract policy rules,
89-
[github_certificate](https://conforma.dev/docs/policy/release_policy.html#github_certificate_package).
89+
[github_certificate](https://conforma.dev/docs/policy/packages/release_github_certificate.html).
9090
These policy rules rely on certain data to be provided, e.g. the expected GitHub Workflow
9191
repository. With this policy saved as `policy.yaml`, we can simplify how the CLI is invoked:
9292

website/content/posts/gating-image-promotion-on-gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ GitLab.
296296
[GitLab container registry]: https://docs.gitlab.com/ee/user/packages/container_registry/
297297
[identity-based]: https://docs.sigstore.dev/signing/overview/
298298
[SLSA Provenance]: https://slsa.dev/spec/v1.0/
299-
[slsa_source_correlated]: https://conforma.dev/docs/policy/release_policy.html#slsa_source_correlated_package
299+
[slsa_source_correlated]: https://conforma.dev/docs/policy/packages/release_slsa_source_correlated.html
300300

301301
## Appendix
302302

website/content/posts/introducing-the-enterprise-contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ directly from git.
172172

173173
In configuration, we specify what to include from the sources. (Omit this to include all!) In this
174174
example, the policy rules from the
175-
[slsa_source_version_controlled](https://conforma.dev/docs/policy/release_policy.html#slsa_source_version_controlled_package)
175+
[slsa_source_version_controlled](https://conforma.dev/docs/policy/packages/release_slsa_source_version_controlled.html)
176176
package are included. Check out the
177177
[docs](https://conforma.dev/docs/ec-cli/configuration.html) for more information.
178178

0 commit comments

Comments
 (0)