Skip to content

Commit 9749d02

Browse files
authored
Merge pull request #24579 from neha-viswanathan/24459-fix-hyperlink
update link to container concepts
2 parents 9636cbb + 74dee75 commit 9749d02

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+1
-1
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-
{{< glossary_tooltip text="containers" term_id="container" >}}, with shared storage/network resources, and a specification
18+
[containers](/docs/concepts/containers/), 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

0 commit comments

Comments
 (0)