[zh-cn] Fix containerd config link

pull/35238/head
Michael 2022-07-22 19:14:01 +08:00
parent 973d95a14e
commit 6d95407f10
2 changed files with 4 additions and 4 deletions

View File

@ -198,10 +198,10 @@ handler 需要配置在 runtimes 块中:
```
<!--
See containerd's [config documentation](https://github.com/containerd/cri/blob/master/docs/config.md)
See containerd's [config documentation](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)
for more details:
-->
更详细信息,请查阅 containerd 的[配置指南](https://github.com/containerd/cri/blob/master/docs/config.md)
更详细信息,请查阅 containerd 的[配置指南](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)
#### [cri-o](https://cri-o.io/)

View File

@ -398,12 +398,12 @@ When using kubeadm, manually configure the
<!--
#### Overriding the sandbox (pause) image {#override-pause-image-containerd}
In your [containerd config](https://github.com/containerd/cri/blob/master/docs/config.md) you can overwrite the
In your [containerd config](https://github.com/containerd/containerd/blob/main/docs/cri/config.md) you can overwrite the
sandbox image by setting the following config:
-->
#### 重载沙箱pause镜像 {#override-pause-image-containerd}
在你的 [containerd 配置](https://github.com/containerd/cri/blob/master/docs/config.md)中,
在你的 [containerd 配置](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)中,
你可以通过设置以下选项重载沙箱镜像:
```toml