Skip to content

Commit f3d1fd3

Browse files
author
Song Shukun
committed
fix link in /docs/tutorials/stateful-application/zookeeper.md
1 parent 6d72006 commit f3d1fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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/{{< param "githubbranch" >}}/staging/persistent-volume-provisioning/)
3131
- [StatefulSets](/docs/concepts/workloads/controllers/statefulset/)
3232
- [PodDisruptionBudgets](/docs/concepts/workloads/pods/disruptions/#pod-disruption-budget)
@@ -522,7 +522,7 @@ log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
522522
log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} [myid:%X{myid}] - %-5p [%t:%C{1}@%L] - %m%n
523523
```
524524

525-
This is the simplest possible way to safely log inside the container.
525+
This is the simplest possible way to safely log inside the container.
526526
Because the applications write logs to standard out, Kubernetes will handle log rotation for you.
527527
Kubernetes also implements a sane retention policy that ensures application logs written to
528528
standard out and standard error do not exhaust local storage media.

0 commit comments

Comments
 (0)