Corrected hyperlinks to other docs

Fixed hyperlink for services and replication controllers.
This commit is contained in:
Lee Calcote 2016-02-29 15:51:34 -06:00
parent b1e29b765b
commit 07d1fbc506

View File

@ -174,7 +174,7 @@ $ kubectl get pods -l 'environment,environment notin (frontend)'
### Set references in API objects
Some Kubernetes objects, such as [`service`s](services.md) and [`replicationcontroller`s](replication-controller.md), also use label selectors to specify sets of other resources, such as [pods](pods.md).
Some Kubernetes objects, such as [services](services.md) and [replicationcontrollers](replication-controller.md), also use label selectors to specify sets of other resources, such as [pods](pods.md).
#### Service and ReplicationController