Skip to content

Commit 69d7cef

Browse files
authored
Merge pull request #44402 from rohan-kapse/patch-9
Fix incorrect redirection for "PersistentVolumes" in "Running ZooKeeper" tutorial
2 parents 7b3ebb3 + baa9da8 commit 69d7cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateful-application/zookeeper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Kubernetes concepts:
2626
- [Pods](/docs/concepts/workloads/pods/)
2727
- [Cluster DNS](/docs/concepts/services-networking/dns-pod-service/)
2828
- [Headless Services](/docs/concepts/services-networking/service/#headless-services)
29-
- [PersistentVolumes](/docs/concepts/storage/volumes/)
29+
- [PersistentVolumes](/docs/concepts/storage/persistent-volumes/)
3030
- [PersistentVolume Provisioning](https://github.com/kubernetes/examples/tree/master/staging/persistent-volume-provisioning/)
3131
- [StatefulSets](/docs/concepts/workloads/controllers/statefulset/)
3232
- [PodDisruptionBudgets](/docs/concepts/workloads/pods/disruptions/#pod-disruption-budget)

0 commit comments

Comments
 (0)