From 2c52769785903fa12401be5ef9ef703411ef866d Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Fri, 5 Jun 2015 13:35:59 +0200 Subject: [PATCH] doc: update link to "The Kubernetes Node" section --- docs/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node.md b/docs/node.md index b28e4effa97..a4a48fdae49 100644 --- a/docs/node.md +++ b/docs/node.md @@ -6,7 +6,7 @@ may be a VM or physical machine, depending on the cluster. Each node has the services necessary to run [Pods](pods.md) and be managed from the master systems. The services include docker, kubelet and network proxy. See -[The Kubernetes Node](../DESIGN.md#the-kubernetes-node) section in design +[The Kubernetes Node](design/architecture.md#the-kubernetes-node) section in design doc for more details. ## Node Status