Skip to content

Commit

Permalink
Merge pull request #31041 from chrismetz09/patch-3
Browse files Browse the repository at this point in the history
Diagram-Guide: corrected Figure 10 caption
  • Loading branch information
k8s-ci-robot committed Dec 20, 2021
2 parents cd9b5a9 + da6826f commit 05974ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/contribute/style/diagram-guide.md
Expand Up @@ -629,7 +629,7 @@ Here is the `{{</* figure */>}}` shortcode for this diagram:
{{</* figure src="/images/docs/components-of-kubernetes.svg" alt="Kubernetes pod running inside a cluster" class="diagram-large" caption="Figure 10. Kubernetes Architecture." link="https://kubernetes.io/docs/concepts/overview/components/" */>}}
```

{{< figure src="/images/docs/components-of-kubernetes.svg" alt="Kubernetes pod running inside a cluster" class="diagram-large" caption="Figure 9. Kubernetes Architecture." link="https://kubernetes.io/docs/concepts/overview/components/" >}}
{{< figure src="/images/docs/components-of-kubernetes.svg" alt="Kubernetes pod running inside a cluster" class="diagram-large" caption="Figure 10. Kubernetes Architecture." link="https://kubernetes.io/docs/concepts/overview/components/" >}}


## Tips
Expand Down

0 comments on commit 05974ae

Please sign in to comment.