Fix some broken links to proposals.

This commit is contained in:
Slava Semushin
2017-09-20 15:29:58 +02:00
committed by Zach Corleissen
parent b2c715d3bf
commit 91f526421d
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ A `node` is a worker machine in Kubernetes, previously known as a `minion`. A no
may be a VM or physical machine, depending on the cluster. Each node has
the services necessary to run [pods](/docs/user-guide/pods) and is managed by the master
components. The services on a node include Docker, kubelet and kube-proxy. See
[The Kubernetes Node](https://git.k8s.io/community/contributors/design-proposals/architecture.md#the-kubernetes-node) section in the
[The Kubernetes Node](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md#the-kubernetes-node) section in the
architecture design doc for more details.
## Node Status