From 06f35a55d5e6532dc98efd413ceadf424dfd66de Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Mon, 14 Mar 2022 20:29:23 +0800 Subject: [PATCH] Fix link to use relative path --- .../migrating-from-dockershim/change-runtime-containerd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md index ac4810eb0b..b18b340897 100644 --- a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md +++ b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md @@ -4,7 +4,7 @@ weight: 8 content_type: task --- -This task outlines the steps needed to update your container runtime to containerd from Docker. It is applicable for cluster operators running Kubernetes 1.23 or earlier. Also this covers an example scenario for migrating from dockershim to containerd and alternative container runtimes can be picked from this [page](https://kubernetes.io/docs/setup/production-environment/container-runtimes/). +This task outlines the steps needed to update your container runtime to containerd from Docker. It is applicable for cluster operators running Kubernetes 1.23 or earlier. Also this covers an example scenario for migrating from dockershim to containerd and alternative container runtimes can be picked from this [page](/docs/setup/production-environment/container-runtimes/). ## {{% heading "prerequisites" %}} @@ -151,4 +151,4 @@ sudo dnf remove docker-ce docker-ce-cli sudo apt-get purge docker-ce docker-ce-cli ``` {{% /tab %}} -{{< /tabs >}} \ No newline at end of file +{{< /tabs >}}