Skip to content

Commit ffeea14

Browse files
authored
Merge pull request containerd#5548 from Iceber/update-cri-link
docs/cri: update links
2 parents c8b33ba + 93d4541 commit ffeea14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cri/crictl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or `crictl` please make sure the issue has not already been submitted.
1212
If you have not already installed crictl please install the version compatible
1313
with the `cri` plugin you are using. If you are a user, your deployment
1414
should have installed crictl for you. If not, get it from your release tarball.
15-
If you are a developer the current version of crictl is specified [here](../hack/utils.sh).
15+
If you are a developer the current version of crictl is specified [here](/script/setup/critools-version).
1616
A helper command has been included to install the dependencies at the right version:
1717
```console
1818
$ make install.deps

docs/cri/decryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ version = 2
4242
In this example, container image decryption is set to use the "node" key model.
4343
In addition, the decryption [`stream_processors`](https://github.com/containerd/containerd/blob/master/docs/stream_processors.md) are configured as specified in [containerd/imgcrypt project](https://github.com/containerd/imgcrypt), with the additional field `--decryption-keys-path` configured to specify where decryption keys are located locally in the node.
4444

45-
The `$OCICRYPT_KEYPROVIDER_CONFIG` environment variable is used for [ocicrypt keyprovider protocol](https://github.com/containers/ocicrypt/blob/master/docs/keyprovider.md).
45+
The `$OCICRYPT_KEYPROVIDER_CONFIG` environment variable is used for [ocicrypt keyprovider protocol](https://github.com/containers/ocicrypt/blob/main/docs/keyprovider.md).

0 commit comments

Comments
 (0)