Fix broken links. (#5770)

This commit is contained in:
Steve Perry
2017-10-04 17:50:18 -07:00
committed by GitHub
parent 95d3e80540
commit 9e94cd5530
3 changed files with 4 additions and 4 deletions
@@ -170,4 +170,4 @@ selector:
#### Selecting sets of nodes
One use case for selecting over labels is to constrain the set of nodes onto which a pod can schedule.
See the documentation on [node selection](/docs/concepts/configuration/assign-pods-nodes/) for more information.
See the documentation on [node selection](/docs/concepts/configuration/assign-pod-node/) for more information.
@@ -119,7 +119,7 @@ for example the [Kubelet](/docs/admin/kubelet/) or Docker.
### Pod Selector
The `.spec.selector` field is a [label selector](/docs/concepts/overview/working-with-objects/#label-selectors). A ReplicaSet
The `.spec.selector` field is a [label selector](/docs/concepts/overview/working-with-objects/labels/). A ReplicaSet
manages all the pods with labels that match the selector. It does not distinguish
between pods that it created or deleted and pods that another person or process created or
deleted. This allows the ReplicaSet to be replaced without affecting the running pods.