From 97ebe0c3305c81ddaa53756b43d4f758c1f61f59 Mon Sep 17 00:00:00 2001 From: s-kawamura-w664 Date: Tue, 12 Jul 2022 06:45:29 +0000 Subject: [PATCH] Fixed markdown not working in tabs. --- .../docs/setup/production-environment/container-runtimes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index dd432afd3d..b9b38521c4 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -179,9 +179,9 @@ Follow the instructions for [getting started with containerd](https://github.com {{% tab name="Linux" %}} You can find this file under the path `/etc/containerd/config.toml`. {{% /tab %}} -{{< tab name="Windows" >}} +{{% tab name="Windows" %}} You can find this file under the path `C:\Program Files\containerd\config.toml`. -{{< /tab >}} +{{% /tab %}} {{< /tabs >}} On Linux the default CRI socket for containerd is `/run/containerd/containerd.sock`.