Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ following Kubernetes concepts:
* [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/)
* [PersistentVolumes](/docs/concepts/storage/dynamic-provisioning/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the anchor text is "PersistentVolumes", linking to https://k8s.io/docs/concepts/storage/persistent-volumes/ is correct.

I couldn't justify moving forward with this change. I nearly applied a hold because, to me, it seems obviously wrong.

Maybe instead you'd like to add a hyperlink to https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/?

* The [kubectl](/docs/reference/kubectl/kubectl/) command line tool

{{% include "task-tutorial-prereqs.md" %}}
Expand Down