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.
This commit is contained in:
Colleen Murphy 2019-12-16 06:17:37 -08:00 committed by Kubernetes Prow Robot
parent 8af5fb9ffb
commit a494490458
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ demonstrates how to create, delete, scale, and update the Pods of StatefulSets.
Before you begin this tutorial, you should familiarize yourself with the
following Kubernetes concepts.
* [Pods](/docs/user-guide/pods/single-container/)
* [Pods](/docs/concepts/workloads/pods/)
* [Cluster DNS](/docs/concepts/services-networking/dns-pod-service/)
* [Headless Services](/docs/concepts/services-networking/service/#headless-services)
* [PersistentVolumes](/docs/concepts/storage/persistent-volumes/)