Skip to content

Commit

Permalink
fix(doc): fluidattacks#1304 fix broken urls
Browse files Browse the repository at this point in the history
- past "OIDC keyless approach" url was deprecated,
new url points to the new documentation
- past "OCI Runtime Configuration Manifest" url was wrong
(the ".md" extension was missing) and fixed url points to
a message that announce that documentation was moved to
a separate repository

Signed-off-by: Briam Agudelo <[email protected]>
  • Loading branch information
Bridamo98 committed Feb 29, 2024
1 parent 4619a5d commit b90f105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/api/builtins/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Types:
Sign container image
with [Cosign](https://docs.sigstore.dev/cosign/overview/)
by using a
[OIDC keyless approach](https://docs.sigstore.dev/cosign/keyless/).
[OIDC keyless approach](https://docs.sigstore.dev/signing/quickstart/#keyless-signing-of-a-container).
Defaults to `false`.
- src (`package`):
Derivation that contains the container image in OCI Format.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api/extensions/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Types:
Defaults to `65`.
- config (`attrsOf anything`): Optional.
Configuration manifest as described in
[OCI Runtime Configuration Manifest](https://github.com/moby/moby/blob/master/image/spec/v1.2.)
[OCI Runtime Configuration Manifest](https://github.com/moby/docker-image-spec)
Defaults to `{ }`.

Example:
Expand Down

0 comments on commit b90f105

Please sign in to comment.