diff --git a/docs/services.md b/docs/services.md index 1829c52f005..e53d0d19cf8 100644 --- a/docs/services.md +++ b/docs/services.md @@ -2,7 +2,7 @@ ## Overview -Kubernetes [`Pods`](Pods.md) are mortal. They are born and they die, and they +Kubernetes [`Pods`](pods.md) are mortal. They are born and they die, and they are not resurrected. [`ReplicationControllers`](replication-controller.md) in particular create and destroy `Pods` dynamically (e.g. when scaling up or down or when doing rolling updates). While each `Pod` gets its own IP address, even