Skip to content

Commit cd04f71

Browse files
authored
Merge pull request #35238 from windsonsea/gloyhf
[zh-cn] Fix containerd config link
2 parents 973d95a + 6d95407 commit cd04f71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/zh-cn/docs/concepts/containers/runtime-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ handler 需要配置在 runtimes 块中:
198198
```
199199
200200
<!--
201-
See containerd's [config documentation](https://github.com/containerd/cri/blob/master/docs/config.md)
201+
See containerd's [config documentation](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)
202202
for more details:
203203
-->
204-
更详细信息,请查阅 containerd 的[配置指南](https://github.com/containerd/cri/blob/master/docs/config.md)
204+
更详细信息,请查阅 containerd 的[配置指南](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)
205205
206206
#### [cri-o](https://cri-o.io/)
207207

content/zh-cn/docs/setup/production-environment/container-runtimes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,12 @@ When using kubeadm, manually configure the
398398
<!--
399399
#### Overriding the sandbox (pause) image {#override-pause-image-containerd}
400400
401-
In your [containerd config](https://github.com/containerd/cri/blob/master/docs/config.md) you can overwrite the
401+
In your [containerd config](https://github.com/containerd/containerd/blob/main/docs/cri/config.md) you can overwrite the
402402
sandbox image by setting the following config:
403403
-->
404404
#### 重载沙箱(pause)镜像 {#override-pause-image-containerd}
405405

406-
在你的 [containerd 配置](https://github.com/containerd/cri/blob/master/docs/config.md)中,
406+
在你的 [containerd 配置](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)中,
407407
你可以通过设置以下选项重载沙箱镜像:
408408

409409
```toml

0 commit comments

Comments
 (0)