Skip to content

Commit 62407ce

Browse files
authored
Merge pull request #24587 from sftim/20201015_fix_glossary_containers_link
Fix glossary containers link
2 parents 27df2ed + 08ef8f2 commit 62407ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ card:
1515
_Pods_ are the smallest deployable units of computing that you can create and manage in Kubernetes.
1616

1717
A _Pod_ (as in a pod of whales or pea pod) is a group of one or more
18-
[containers](/docs/concepts/containers/), with shared storage/network resources, and a specification
18+
{{< glossary_tooltip text="containers" term_id="container" >}}, with shared storage/network resources, and a specification
1919
for how to run the containers. A Pod's contents are always co-located and
2020
co-scheduled, and run in a shared context. A Pod models an
2121
application-specific "logical host": it contains one or more application

content/en/docs/reference/glossary/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Container
33
id: container
44
date: 2018-04-12
5-
full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers
5+
full_link: /docs/concepts/containers/
66
short_description: >
77
A lightweight and portable executable image that contains software and all of its dependencies.
88

0 commit comments

Comments
 (0)