Skip to content

Commit 4e1461d

Browse files
authored
Merge pull request #34950 from s-kawamura-w664/update_tabshortcode
Fixed markdown not working in tabs.
2 parents 1b10a75 + 97ebe0c commit 4e1461d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ Follow the instructions for [getting started with containerd](https://github.com
179179
{{% tab name="Linux" %}}
180180
You can find this file under the path `/etc/containerd/config.toml`.
181181
{{% /tab %}}
182-
{{< tab name="Windows" >}}
182+
{{% tab name="Windows" %}}
183183
You can find this file under the path `C:\Program Files\containerd\config.toml`.
184-
{{< /tab >}}
184+
{{% /tab %}}
185185
{{< /tabs >}}
186186

187187
On Linux the default CRI socket for containerd is `/run/containerd/containerd.sock`.

0 commit comments

Comments
 (0)