Skip to content

Commit 8e5c92c

Browse files
authored
Merge pull request #35216 from oradwell/patch-1
[en] Fix containerd config link
2 parents 46aae33 + a1035d6 commit 8e5c92c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/containers/runtime-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Runtime handlers are configured through containerd's configuration at
116116
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.${HANDLER_NAME}]
117117
```
118118

119-
See containerd's [config documentation](https://github.com/containerd/cri/blob/master/docs/config.md)
119+
See containerd's [config documentation](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)
120120
for more details:
121121

122122
#### {{< glossary_tooltip term_id="cri-o" >}}

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ When using kubeadm, manually configure the
217217

218218
#### Overriding the sandbox (pause) image {#override-pause-image-containerd}
219219

220-
In your [containerd config](https://github.com/containerd/cri/blob/master/docs/config.md) you can overwrite the
220+
In your [containerd config](https://github.com/containerd/containerd/blob/main/docs/cri/config.md) you can overwrite the
221221
sandbox image by setting the following config:
222222

223223
```toml

0 commit comments

Comments
 (0)