From f0c3f372a53b9f64acdbbedf599015246a1281c8 Mon Sep 17 00:00:00 2001 From: sandric Date: Wed, 15 Apr 2015 18:46:26 +0300 Subject: [PATCH] Update services.md Fix pods docs link --- docs/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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