Update services.md

Fix pods docs link
pull/6/head
sandric 2015-04-15 18:46:26 +03:00
parent 72a694b6b3
commit f0c3f372a5
1 changed files with 1 additions and 1 deletions

View File

@ -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