Skip to content

Commit a494490

Browse files
cmurphyk8s-ci-robot
authored andcommitted
Fix Pods concepts link in StatefulSet tutorial (#18063)
Without this change, the instruction to "get familiar with" the Pods concept directs the user to the pods section of the User Guide, which actually redirects to the "Run a Stateless Application Using a Deployment" task, which is not strictly about Pods. This change fixes the link to point to the Pods Overview in the Concepts section, which makes more sense in this context.
1 parent 8af5fb9 commit a494490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ demonstrates how to create, delete, scale, and update the Pods of StatefulSets.
2121
Before you begin this tutorial, you should familiarize yourself with the
2222
following Kubernetes concepts.
2323

24-
* [Pods](/docs/user-guide/pods/single-container/)
24+
* [Pods](/docs/concepts/workloads/pods/)
2525
* [Cluster DNS](/docs/concepts/services-networking/dns-pod-service/)
2626
* [Headless Services](/docs/concepts/services-networking/service/#headless-services)
2727
* [PersistentVolumes](/docs/concepts/storage/persistent-volumes/)

0 commit comments

Comments
 (0)